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 2018.12.17. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.No, Sorry, this happened a few days ago before 12.17.
Before submitting an issue make sure you have:
What is the purpose of your issue?
I manually added a print of the response data before the exception was thrown instead of doing the full debug output.
Description of your issue, suggested solution and other information
The first couple of days after the Dec, 15th 2018 SNL episode came out, it seems the API server was not returning the full details of the episode. This caused the above exception in youtube dl. I was able to work around the issue with try/except block since the video_id was already known. I didn't try to find the title. I have only just started to use this, so I have no idea how frequently this problem occurs.
The API server is now sending me the correct data so I no longer need this code. But it will be awhile before the next episode where I may try again. Maybe other new shows have the same issue but I have not yet tried.
This maybe similar to #12576