CommunityScrapers icon indicating copy to clipboard operation
CommunityScrapers copied to clipboard

[XConfessions] Support sceneByName and sceneByQueryFragment and fix scene scraper by url

Open TgSeed opened this issue 3 years ago • 3 comments

Fixes:

  • Scene Details
  • Scene Performers
  • Scene Tags
  • Scene Image

TgSeed avatar Sep 25 '22 12:09 TgSeed

afa0cfc Added support for sceneByName and sceneByQueryFragment by using Python script. Kept the scene data scraper in .yml file to keep the python script almost dependency free (except requests i was needing to use lxml) and easier for others to edit/fix in future

TgSeed avatar Sep 25 '22 15:09 TgSeed

337d901 commit makes stash to set URL for newly created performers by the scraped scene.

013438b makes it possible to scrape performer by the URL that is already set.

TgSeed avatar Sep 25 '22 20:09 TgSeed

c875548 adds ability to search for performer by name NOTE: while the search results include gender (the JSON response), the web page doesn't show or include the gender in anywhere! as far as there is no way to pass the gender from performerByName script to performerByURL scrapeXPath or the web page doesn't show gender, scraper cannot set it for the performer.

TgSeed avatar Sep 26 '22 00:09 TgSeed

Closing this as superseded by #1758

Maista6969 avatar Apr 25 '24 08:04 Maista6969