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.
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2019.04.17. 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?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
Hello, I´ve been using youtube-dl for some months now, through the use of a script I wrote. What it does is log in to youtube with my credentials and download the Watch Later playlist, to which I previously add the videos I want to see. In this way, I don't need to manually input the individual URL of all the videos I want to see. However, two weeks ago, the script stopped working. When I run the command on it's own, it exits with a HTTP Error 400: Bad Request saying it couldn't log in to my account, therefore it couldn't find the playlist either.
The problem seems similar to the one present in Bug Report #2975, but in that case it could log into the account but failed in detecting the videos, while in this case it fails to log in. That's why i opened a different Issue.
My guess is Youtube probably changed something about the way to login, which is causing this error.
Many thanks, I'm sorry i can't give more info, and good luck. Also, thanks for all the work needed to create and mantain this program, it's really helpful.