-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Is patreon broken due to captcha now? #1342
Comments
Try adding Google cookies |
What's the format for that? These links don't cover google. https://github.com/mikf/gallery-dl/blob/master/docs/gallery-dl.conf |
The idea is to export cookies with a browser addon, see https://github.com/mikf/gallery-dl#cookies. You might find something that works in issue #1117. Most of the time, rolling back to |
Ah I see the instructions say you only need the session_id but actually I should follow the advice of that one guy in that thread and use: " as well as your own advice to set: " sidenote: I had been just grabbing cookie data from f12+lookingforit I don't think that would effect the issue though, but I was only grabbing an incomplete cookie because I wasn't sure which values gallery-dl would care about in specific for patreon. |
Since this is fairly new on the same topic as #1117, I'll give my update here. Updated all dependencies to the latest version though pip (except idna, since 3.1 is incompatible with requests), including urllib3 to 1.26.3 Updated gallery-dl to latest dev build. Added browser info to patreon extractor settings in config for a structure of
And have used multiple User URL's (whole timeline of Patreon user) and Posts (individual posts in said timeline), and have not gotten a single Cloudflare Captcha issue yet. Will report if there's any issues going forward. |
Yep! Works! Don't even need the extended cookie, just the added line " |
So I added my cookie session_id and that meant I stopped getting the "[patreon][warning] no 'session_id' cookie set" error... BUT I now get the following error:
[patreon][warning] Cloudflare CAPTCHA
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/user?u=somenumber
If patreon requires captcha on all logins now does that just break gallery-dl? or is there a way to fix this?
The text was updated successfully, but these errors were encountered: