olimeca / CommunityScrapers

This is a public repository containing scrapers created by the Stash Community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommunityScrapers

This is a public repository containing scrapers created by the Stash Community.

To download the scrapers you can clone the git repo or download directly any of the scrapers.

When downloading directly click at the scraper.yml you want and then make sure to click the raw button:

and then save page as file from the browser to preserve the correct format for the yml file.

Any scraper file has to be stored in the ~/.stash/scrapers ( ~/.stash is where the config and database file are located) directory. If the scrapers directory is not there it needs to be created.

After updating the scrapers directory contents or editing a scraper file a restart of stash is needed and a refresh of the edit scene/performer page.(In recent stash builds instead of restarting scrape with -> reload scrapers is enough)

Some sites block content if the user agent is not valid. If you get some kind of blocked or denied message make sure to configure the Scraping -> Scraper User Agent setting in stash. Valid strings e.g. for firefox can be found here https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox . Scrapers for those sites should have a comment mentioning this along with a tested and working user agent string

Scrapers with useCDP set to true require that you have properly configured the Chrome CDP path setting in Stash. If you decide to use a remote instance the headless chromium docker image from https://hub.docker.com/r/chromedp/headless-shell/ is highly recommended.

Scene Scrapers

You can find a list of sites currently supported for by community scene scraping in SCENE-SCRAPERS.md

For scene scrapers you have to edit the url of the scene. Once you populate that field with a specific url a button will appear.

Clicking on that button brings up the screne scrape popup that lets you select which fields to update.

Some scrapers like ThePornDB.yml support the scrape with function so you can you use that instead of adding a url.

Movie Scrapers

This list is meant to keep track of which sites are already supported by existing community scrapers. And which scrapers support them. When introducing a new scraper, add the sites your scraper supports to this list in your PR. Please keep the site list in alphabetical order to keep the list tidy.

Supported Site Scraper
adultdvdmarketplace.com AdultDvdMarketPlace.yml
adultdvdempire.com AdultEmpire.yml
aebn.com AEBN.yml
evilangel.com GammaEntertainment.yml
iafd.com Iafd.yml
julesjordan.com JulesJordan.yml
private.com Private.yml
streaming.iafd.com IafdStreaming.yml
transsensual.com TransSensual.yml

Performer Scrapers

This list is meant to keep track of which sites are already supported by existing community scrapers. And which scrapers support them. When introducing a new scraper, add the sites your scraper supports to this list in your PR. Please keep the site list in alphabetical order to keep the list tidy.

Supported Site Scraper
assholefever.com GammaEntertainment.yml
babepedia.com Babepedia.yml
brazzers.com Brazzers.yml
evilangel.com GammaEntertainment.yml
freeones.xxx FreeonesCommunity.yml
iafd.com Iafd.yml
julesjordan.com JulesJordan.yml
manyvids.com ManyVids.yml
metadataapi.net ThePornDB.yml
MindGeek (29 sites) MindGeek.yml
modelhub.com Modelhub.yml
pornhub.com Pornhub.yml
realitykings.com Brazzers.yml
sexvr.com SexVR.yml
thenude.com TheNude.yml
timtales.com TimTales.yml
xslist.org Xslist.yml

Contributing

Contributions are always welcome! Use the Scraping Configuration wiki entry to get started and stop by the Discord #the-scraping-initiative channel with any questions.

About

This is a public repository containing scrapers created by the Stash Community.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%