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.
[YouTube] Cannot get videos from watch later feed/playlist anymore #5280
Comments
|
It´s happening for me as well. Maybe Youtube changed something. |
|
Will be fixed in the next version. Thanks for the report. |
|
Just tested 448830c with my download script and got the following:
Invoked as .netrc contains an unchanged, previously working application password. |
|
This is not yet released. Your script is using an old version. |
|
I also got the same error with the last commit from master, running the command a second time worked (don't know why). |
|
Just updated to latest master, now running:
Same error. Installed via python setup.py install --user from a cloned git repository. |
|
I also logged in a browser, that may be the reason why it works now. |
|
Works perfectly for me both with and without browser session. |
|
This may well be related to my use of app passwords then, I'll test with alternate credentials. |
|
@GotenXiao post full |
|
Confirmed working manually supplying --username and --twofactor, so it's likely related to my use of --netrc with an app password.
EDIT: Resolved - at some point Google changed something about authentication for YouTube channels, so I've set a password, which has resolved the issue. |
Youtube-dl just exits without any errors, when I try to get the IDs of videos from my watch later feed.
Command line (test):
(with the real credentials and the last two options for debugging only)
I used the same command line dozens of times and it worked until today.
Of course I updated to the most recent version (2015-03-24) after the first encounter, but the problem persists.
When checking the traffic, I see that the instance stops right after this:
Data of reply (watch_later_feed_https_-_www.youtube.com_feed_ajaxact
ion_load_personal_feed=1_feed_name=watch_later_paging=0.dump):
{"content_html": " \n \n\n", "load_more_widget_html": " \n \n\n\n \u003cbutton class=\"yt-uix-button yt-uix-button-size-default yt-uix-button-default load-more-button yt-uix-load-more browse-items-load-more-button\" type=\"button\" onclick=\";return false;\" data-uix-load-more-href=\"\/feed_ajax?action_load_personal_feed=1\u0026amp;feed_name=watch_later\" data-uix-load-more-target-id=\"browse-items-primary\"\u003e\u003cspan class=\"yt-uix-button-content\"\u003e \u003cspan class=\"load-more-loading hid\"\u003e\n \n \u003cspan class=\"yt-spinner\"\u003e\n \n \u003cspan title=\"Loading icon\" class=\"yt-spinner-img yt-sprite\"\u003e\u003c\/span\u003e\n\nLoading...\n \u003c\/span\u003e\n\n \u003c\/span\u003e\n \u003cspan class=\"load-more-text\"\u003e\nLoad more\n \u003c\/span\u003e\n\u003c\/span\u003e\u003c\/button\u003e\n\n"}The content of the reply may seem odd, but I don't know how it looks normally.
If this can be confirmed, there's hopefully an easy way to fix this!?
Thanks in advance for any help in regard of this problem!