We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently receiving 403 errors on patreon when running the following prompt: gallery-dl --cookies-from firefox -i "urls.txt"
gallery-dl --cookies-from firefox -i "urls.txt"
My extractor config for patreon looks like this: "patreon": { "user-agent": "Mozilla/5.0 (rv:133.0) Gecko/20100101 Firefox/133.0", "browser": null "session_id": "session_id" },
Here is a snippet of the prompts: PS D:\user\gallery-dl> gallery-dl --cookies-from-browser firefox -i "urls.txt" [1/16] https://www.patreon.com/posts/alicia-posing-69645469 [cookies][info] Extracted 2746 cookies from Firefox [patreon][warning] Cloudflare challenge [patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..' [2/16] https://www.patreon.com/posts/.. [patreon][warning] Cloudflare challenge [patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..'
And so on. What am I doing wrong here?
The text was updated successfully, but these errors were encountered:
"user-agent": "Mozilla/5.0 (rv:133.0) Gecko/20100101 Firefox/133.0",
Try it with this setting removed to let gallery-dl use its special patreon User-Agent header.
patreon
Sorry, something went wrong.
Taking out that line in the config still led to the issue unfortunately
No branches or pull requests
Currently receiving 403 errors on patreon when running the following prompt:
gallery-dl --cookies-from firefox -i "urls.txt"
My extractor config for patreon looks like this:
"patreon": {
"user-agent": "Mozilla/5.0 (rv:133.0) Gecko/20100101 Firefox/133.0",
"browser": null
"session_id": "session_id"
},
Here is a snippet of the prompts:
PS D:\user\gallery-dl> gallery-dl --cookies-from-browser firefox -i "urls.txt"
[1/16] https://www.patreon.com/posts/alicia-posing-69645469
[cookies][info] Extracted 2746 cookies from Firefox
[patreon][warning] Cloudflare challenge
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..'
[2/16] https://www.patreon.com/posts/..
[patreon][warning] Cloudflare challenge
[patreon][error] HttpError: '403 Forbidden' for 'https://www.patreon.com/posts/..'
And so on. What am I doing wrong here?
The text was updated successfully, but these errors were encountered: