stashapp / CommunityScrapers

This is a public repository containing scrapers created by the Stash Community.
https://stashapp.github.io/CommunityScrapers/
GNU Affero General Public License v3.0
635 stars 412 forks source link

Scraper Request For Ersties.com #1819

Open shark-lasers58 opened 3 months ago

shark-lasers58 commented 3 months ago

Ersties

Example URLs

Performer: https://ersties.com/profile/447 Scene: https://ersties.com/profile/3046

Notes

A free account is needed to view scene and performer information.

pops64 commented 3 months ago

Yeah I looked at this. Being behind a paywall/account locked makes this site difficult to scrape.

Maista6969 commented 2 months ago

Even worse: scenes do not have pages of their own and only show up on performer profiles. If we use the performer URL as a scene URL, which of the three scene results should we return?

And creating a performer scraper wouldn't save a lot of effort either: these pages only contain a name, an image and a short blurb

It's free to make an account (we could just include the credentials in the scraper) and their API is not very well designed so if someone who cares for this kind of content has the skills it would be possible to build a scraper for sorts for this

pops64 commented 2 months ago

Like you said. I looked at again after my comment. It may not be possible at all due their file name convention on downloads. The only way would be like Abby Winters where you find the scene and provide the link. But then your going through stash's built in scraper which can't handle a paywall/API call. Unless I making an assumption(Hidden context there :P)