-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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 - Unable to Login #17792
Comments
|
Thank you for the clarification. How would I go about using youtube-dl to scrape the content from Patreon then? I have checked the docs numerous times and beyond the authentication options I don't see how I would pass the locked content to youtube-dl. The YouTube videos themselves do not require a login, they are just hidden on the YouTube account and only accessible via direct link you get from the Patreon posts. I have double-checked and confirmed Patreon is on the supported list for youtube-dl. |
So, these videos (shared via direct link from posts on Patreon) are actually hosted on YT? |
Yes, the videos the user posts are hosted by YouTube. Youtube-dl is capable of downloading the videos if I feed it each YouTube video link individually. If you don't mind, allow me to rephrase my question. Patreon is listed as supported by Youtube-dl, would you mind explaining what that support entails? I assumed I could provide youtube-dl the link to the Patreon page and it would be able to automatically scrape the page downloading each of the YouTube videos embedded in each post. My assumption is apparently incorrect, so I am looking for insight on what is supported as I can't seem to locate that information in the docs. Thank you. |
Sure, I don't mind at all..
Not really, I'd say. Your assumption is reasonable, the problem is rather the documentation about supported sites: Patreon is indeed listed, without further information. I had this issue before, just another recent example: Coub. Still listed as supported, but it is not working right now as well. So this document is not necessarily wrong, it is just often outdated.
Yeah, and in many cases, nothing else is really necessary. |
@Hrxn Thank you for the additional information, much appreciated. |
extraction has been partially fixed(free content), but I can't test Patron-only content, you can try to use cookies with the new changes and see if it works for you(make sure that you're using post URLs like https://www.patreon.com/posts/10-05-audio-dont-21861693). |
@remitamine - Would it be possible for me to send the funds via PayPal so you may purchase access to Patron-only content to allow further development? |
I have attempted to download using a cookie file, but unfortunately I am running into 403 forbidden.
The cookie file was created using the "cookies.txt" extension for Chrome and was downloaded on the same machine for which youtube-dl is running. |
try first with cookies it might work, if not then you can temporarily share the account(if you're willing and if you trust me) privately to add support for Patron-only content and then change the credentials again. |
the changes have not been released yet, you have to use the latest changes(https://github.com/rg3/youtube-dl/archive/master.zip). |
I am happy to share my Patreon credentials temporarily, shall I send it over to the email address on your profile? |
yes. |
Excellent, sent. Thank you! |
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2018.10.05. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
I am attempting to scrape a Patreon page, but youtube-dl is reporting my password is incorrect. I have changed the password a few times from complex to extremely simple (ie. allow lowercase, no symbols), however the error continues.
I did attempt to use a cookie file as well using the cookies.txt Chrome plugin, however when youtube-dl runs with the cookie it doesn't see the "logged in" content.
I have confirmed I can log into Patreon using Chrome on the same system for which I am running youtube-dl.
The text was updated successfully, but these errors were encountered: