Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kink Scaper not working #2062

Open
Thelayer8one opened this issue Oct 6, 2024 · 3 comments
Open

Kink Scaper not working #2062

Thelayer8one opened this issue Oct 6, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Thelayer8one
Copy link

I am trying to scrape a scene
Scraped with URL (tried with the following URL: https://www.kink.com/shoot/106298).
I've also tried to scrape by name The Filename is: 106298_A Good Slut.mp4

grafik

The logs dont show any more informattions unfortuantly

@Thelayer8one Thelayer8one added the bug Something isn't working label Oct 6, 2024
@feederbox826
Copy link
Collaborator

403 forbidden usually indicates that it's blocked by cloudflare or geoip

@doublewelp
Copy link

doublewelp commented Oct 12, 2024

403 forbidden usually indicates that it's blocked by cloudflare or geoip

I've recently installed Stash and stumbled into this issue as well. I've been trying to diagnose it by making these changes to the Kink scraper yml file:

driver:
  headers:
    - Key: User-Agent
      Value: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11
    - Key: Accept
      Value: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    - Key: Accept-Charset
      Value: ISO-8859-1,utf-8;q=0.7,*;q=0.3
    - Key: Accept-Encoding
      Value: none
    - Key: Accept-Language
      Value: en-US,en;q=0.8
    - Key: Connection
      Value: keep-alive
  cookies:
    - CookieURL: "https://www.kink.com"
      Cookies:
        - Name: "ct"
          Domain: "www.kink.com"
          Value: "2"
          Path: "/"
# Last Updated April 22, 2024
debug:
  printHTML: true

I believe these headers are the bare minimum to bypass Cloudflare - I can validate this with a successful wget from the same IP, so it's not a Cloudflare machine block.

But debug isn't really helping, nothing seems to get written to logs. Is there a log folder I can check?

@feederbox826
Copy link
Collaborator

it's a streaming log, you need it open to see the logs, you can set up a log file as output under system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants