Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
can't fetch subscriptions #2542
Comments
|
If you add the option |
|
$ sudo pip install --upgrade youtube_dl Installing collected packages: youtube-dl
Successfully installed youtube-dl $ youtube-dl --write-pages --verbose -i -u email@domain.tld :ytsubs |
|
https://gist.github.com/FernandoMiguel/eacb740d36f8df4045e3 I did create an app password and tried with that, but no luck |
|
this is the output of using an app password from https://accounts.google.com/b/0/IssuedAuthSubTokens $ youtube-dl --verbose -i -u tldr@fernandomiguel.net :ytsubs |
|
Since this seems to be a a problem with the application specific password (it works fine here with the standard credentials), I think we can close this as a duplicate of #1336. |
|
The problem seems to be unsolved still because for me, it still gives 0 videos if I try to download my subscriptions via youtube-dl. Also, I don't understand why it is a problem with authentication, because if I enter a wrong password it tells me that. I run "youtube-dl :ytsubs --username=...", then it asks for my password, goes on if its correct and extracts the feed: 0 videos... If I am doing something wrong here, what do I have to change to get it working? EDIT: OK, I saw that I actually had 2 factor activated (although I didn't know that), deactivated it and now it WORKS! So sorry for that... |
|
I am experiencing the issue again although my 2-factor auth is turned off at the moment. Also, verbose is not showing any errors. Output:
|
$ youtube-dl --version
2014.03.10
youtube-dl --verbose -i -u email@domain.tld :ytsubs
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', '-i', '-u', '', ':ytsubs']
[debug] Encodings: locale 'UTF-8', fs 'UTF-8', out 'UTF-8', pref: 'UTF-8'
Type account password and press return:
[debug] youtube-dl version 2014.03.10
[debug] Python version 2.7.6 - Linux-3.13.0-16-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] Proxy map: {}
[youtube:subscriptions] Downloading login page
[youtube:subscriptions] Logging in
[youtube:subscriptions] subscriptions feed: Downloading page 1
[download] Downloading playlist: Youtube Subscriptions
[youtube:subscriptions] playlist Youtube Subscriptions: Collected 0 video ids (downloading 0 of them)
attaching screenshot of my youtube account subscriptions
