-
-
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
[Patreon] Problem with Cloudflare #6140
Comments
This might be the reason. IP ranges known for VPN usages or similar (VPS, whatever) are blocked entirely. |
Even after disabling the VPN it still doesn't works, i've even tried this program https://github.com/AlexCSDev/PatreonDownloader and while its scuffed i've managed to download the stuff i wanted, that's why its weird |
This is not how "patreon": {
"cookies": "C:\\Users\\* * * *\\gallery-dl\\Cookies\\cookies-patreon-com.txt",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:129.0) Gecko/20100101 Firefox/129.0",
"browser": false
} |
So, i've put your changes and i still get the cloudflare problem, i've also use the verbose option here: "patreon":
{
"cookies": "C:\\Users\\****\\gallery-dl\\Cookies\\cookies-patreon-com.txt",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:129.0) Gecko/20100101 Firefox/129.0",
"browser": false
}, C:\Users\ REDACTED>gallery-dl https://www.patreon.com/ REDACTED/posts --verbose |
Could you try it with the Patreon mobile UA? #6241 (comment) "patreon":
{
"cookies": "C:\\Users\\****\\gallery-dl\\Cookies\\cookies-patreon-com.txt",
"user-agent": "Patreon/72.2.28 (Android; Android 14; Scale/2.10)",
"browser": false
}, |
I tried it but for some reason i still get the Cloudflare error.. |
Update: if i use All of these is weird, so my problem is that i can't download a specific creator due to cloudflare problem but i can download if i use I will post a new comment to notify if there was any problem with the |
After using the command everything was downloaded, same with the attachements |
@mikf I seem to have an issue with downloading Patreon videos. Images and other attachments seem to work. I've also tried using the mobile user agent and the browser's user agent. Downloading these videos worked quite well last month, I think. Is it some issue with yt_dlp or how the cookies are passed to it?
|
@prowlguru Try enabling |
That's interesting, I still get an error, but not an HTTP error. Might be a yt-dlp issue. Do you (or anyone else) have this issue?
|
I'm not entirely sure what url gallery-dl uses to download videos with yt-dlp, but I guess it is something like |
It also seems to work if I don't use any configuration at all (example with public post): Not sure what the default config is for using ytdl, if it uses some other url with ytdl? I've confirmed that Note that this only works if you don't get 401 unauthorized and if you need to pass cookies with downloader.ytdl.forward-cookies it results in the same error. |
OK, the issue has been fixed with yt-dlp/yt-dlp#11235 |
I have a problem with Patreon for a while now, the Cloudflare problem and i can't download anything.. I looked at other issues for solution like TLS, Ciphers, browser and header and none of them works. I use cookies and the cf clearence is in the cookies txt, i'm on the latest version of gallery-dl and there is nothing that works. I'm on VPN and tried multiple servers and none of them works and for some reason when i tried another program to download patreon stuff with cookies it works.
here is my usual config:
The text was updated successfully, but these errors were encountered: