Skip to content

Conversation

@nrg101
Copy link
Contributor

@nrg101 nrg101 commented Jun 18, 2025

Scraper type(s)

  • performerByURL

Examples to test

Short description

This reuses the same Age + Month,DateOfMonth logic that was added for TSRaw. That code actually had a bug where it was adding the extraYear (for scenarios where the birthday is later in the current year), but it should actually be subtracted. That bug is fixed now.

For some reason I can't scrape a performer at tsraw.com, I think it might be some sort of JS lazily-loaded page as the debug.printHTML: true option doesn't show the same content as I can see in a browser even with:

debug:
  printHTML: true

driver:
  useCDP: true
  cookies:
    - CookieURL: "https://tsraw.com"
      Cookies:
        - Name: consent
          Domain: tsraw.com
          Value: "true"
          Path: /

This could just be a "me problem" with geo/age blocking.

@feederbox826
Copy link
Collaborator

It is a JS lazyloaded page, the CDP is required but it is a bit JS-scrapeable but still painful

@feederbox826
Copy link
Collaborator

the TSRAW link provided Just Works for me?

@feederbox826 feederbox826 merged commit 322282c into stashapp:master Jun 23, 2025
1 check passed
@nrg101 nrg101 deleted the improve-ladyboygold branch August 13, 2025 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants