bnkai

Results 102 comments of bnkai

Please update the scrapers adding the LastUpdated line as mentioned [here](https://github.com/stashapp/CommunityScrapers#contributing) Also update the [scrapers list file](https://github.com/stashapp/CommunityScrapers/blob/master/SCRAPERS-LIST.md) if possible and clean/remove unused and commented out parts from the scraper files

What stash uses is xpaths not css. You can have a look at and for more details. For example `div:nth-of-type(4)` is `div[4]` as an xpath, In practice we try to...

I would probably add it as a request A script scraper could be made to check the path and if an `.nfo` file is present parse it and return the...

While it works ok i think i am getting more cloudflare blocks due to the API endpoint being protected compared to the original/old scraper. @gimmeliina does it work good enough...

Just for testing purposes can you provide a sample scraper as well ?

I dont know for how many scrapers the above is needed, we did have the below for the previous iafd scraper that can be added (adjusting the selector) to any...

From what i understand the use case is for an **existing** performer use a selected scene cover image as the profile image right? The use of a custom title to...

This is a very specific need and site specific i think.While not possible by json or xpath scrapers you could make a script (python?) scraper to get what you want

already a PR at #1073 ? will cross check to see differences

Performers are fetched from PH scenes. Its just that they are scraped from the `Pornstars` section of the scene(for example `https://www.pornhub.com/view_video.php?viewkey=ph6196513c77452`). We do not fetch the channel/uploader as a performer....