bnkai
bnkai
- The search doesnt seem to work for me. No results even though the performer is in the site eg `https://www.wikidata.org/wiki/Q233092` - Isnt it easier to use something like `https://www.wikidata.org/wiki/Q`...
```python import json import requests import sys try: import py_common.graphql as graphql import py_common.log as log except ModuleNotFoundError: print("You need to download the folder 'py_common' from the community repo! (CommunityScrapers/tree/master/scrapers/py_common)",...
`image url works in log but it does not scrape it` Due to the way the scraping works you can only get a scene's/performer's image when you are scraping for...
bang.com and puretaboo can be unblocked with https://github.com/stashapp/stash/pull/625
https://github.com/stashapp/CommunityScrapers/pull/117 adds Bang.com and PureTaboo scrapers since the CDP code was merged.
Vixen Media Group seems to work with CDP , updated #1 with working version
@halorrr Vixen Media Group , Bang and Puretaboo scrapers using CDP were merged so they can be removed/crossed off.
@halorrr yeah i came to the same conclusion. It's in my todo list, i want to finish the `click` PR first and i think we might not need the cookie...
**jacquieetmicheltv** seems to need a cookie for the disclaimer page and/or maybe something more since cloudflare gets involved. script scraper PR available now for jacquieetmicheltv
Same for the other scraper No CDP needed, just get the selectors from the page source ```yaml name: "BuddhaBangXXX" sceneByURL: - action: scrapeXPath url: - buddhabangxxx.com/ scraper: sceneScraper xPathScrapers: sceneScraper:...