-
-
Notifications
You must be signed in to change notification settings - Fork 965
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
patreon: Cloudflare challenge and 403 Forbidden #6390
Labels
Comments
Try updating to the latest version. |
I'm sorry, I wrote it wrong. I'm using gallery-dl --version |
Could you try using a campaign ID URL like described in #6348 (comment) to avoid the request to https://www.patreon.com/arion ? |
Sure thing:
Also did a print traffic for you:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Seeing some similar ones that are closed but still having issues.
Using: gallery_dl-1.26.2
[3/18] https://www.patreon.com/c/arion
gallery-dl: Starting DownloadJob for 'https://www.patreon.com/c/arion'
patreon: Using PatreonCreatorExtractor for 'https://www.patreon.com/c/arion'
patreon: Loading cookies from '~/gallery-dl/cookies_patreon.txt'
patreon: Sleeping 1.56 seconds (extractor)
urllib3.connectionpool: Resetting dropped connection: www.patreon.com
urllib3.connectionpool: https://www.patreon.com:443 "GET /arion HTTP/1.1" 403 None
patreon: Cloudflare challenge
patreon: HttpError: '403 Forbidden' for 'https://www.patreon.com/arion'
patreon:
Traceback (most recent call last):
File "/home/USER/.pyenv/versions/3.10.1/lib/python3.10/site-packages/gallery_dl/job.py", line 151, in run
for msg in extractor:
File "/home/USER/.pyenv/versions/3.10.1/lib/python3.10/site-packages/gallery_dl/extractor/patreon.py", line 39, in items
for post in self.posts():
File "/home/USER/.pyenv/versions/3.10.1/lib/python3.10/site-packages/gallery_dl/extractor/patreon.py", line 321, in posts
campaign_id = self._get_campaign_id(creator, query)
File "/home/USER/.pyenv/versions/3.10.1/lib/python3.10/site-packages/gallery_dl/extractor/patreon.py", line 347, in _get_campaign_id
page = self.request(url, notfound="creator").text
File "/home/USER/.pyenv/versions/3.10.1/lib/python3.10/site-packages/gallery_dl/extractor/common.py", line 243, in request
raise exception.HttpError(msg, response)
gallery_dl.exception.HttpError: '403 Forbidden' for 'https://www.patreon.com/arion'
My config:
"patreon": {
"cookies": "~/gallery-dl/cookies_patreon.txt",
"tls12": false,
"browser": false,
"user-agent": "Patreon/72.2.28 (Android; Android 14; Scale/2.10)",
"filename": "{date:%Y-%m-%d}{id}{title}_{num:>02}.{extension}"
},
Any idea?
The text was updated successfully, but these errors were encountered: