-
-
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
trying to download from patreon #2060
Comments
gallery-dl cannot download videos in this format. Regular What might work is getting the download URL with gallery-dl -g --cookies "C:\Python\patreon.txt" "https://www.patreon.com/posts/jake-and-amir-2-58480994"
<LONG URL>
youtube-dl "<LONG URL>" Running only youtube-dl/yt-dlp on this specific Patreon post might also be possible: youtube-dl --cookies "C:\Python\patreon.txt" "https://www.patreon.com/posts/jake-and-amir-2-58480994" |
Hello! Thanks for taking the time to answer Funnily enough, now, wether I try the command you gave me
or the one I tried yesterday
I get this in return
(The only thing I tried to fix this is "updating" the patreon.txt file that I extracted 5 minutes ago) Also could you enlighten me as to what does "Long URL" refer to? I also installed youtube-dl (using
Please know that I am very sorry to bother you if any of this seems very basic! Thanks a lot again |
This is simply the URL returned when running gallery-dl with the And this is the URL which should be possible to download with youtube-dl/yt-dlp.
You should definitely try yt-dlp instead, as this is an active fork, and it should support Patreon (according to their docs): |
Oh I understand now! The -g option "Print URLs instead of downloading". All right When I run it I still get this in return
I installed yt-dlp as advised but I get this
Am I doing anything wrong? |
You aren't doing anything wrong, the Patreon code for youtube-dl/yt-dlp just doesn't work anymore, and the "403 Forbidden" error from gallery-dl is a known problem (#1922). You are lucky if you don't get a CAPTCHA. |
I fixed the 403 problem by reverting to Python 3.9.7 |
Hello, First of all I am a total noob with python, I just installed it for this.
I followed (I think) every step of the way, I installed Python, pip and gallery-dl following the tutorial.
I tried downloading from instagram and it works perfectly
I extracted the cookies from patreon and used the command :
gallery-dl --cookies "C:\Python\patreon.txt" "https://www.patreon.com/posts/jake-and-amir-2-58480994"
Patreon.txt being said cookies.
I get this lines in return :
What am I missing? Is there anything I could do do download the video on this webpage?
Thanks a lot, please answer to me like I'm 5, like I said I'm 100% a noob but willing to learn. Thanks!
P.S. I am a subscriber to this creator on patreon
The text was updated successfully, but these errors were encountered: