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.
Some NHK shows result in "IndexError: list index out of range" #22249
Comments
|
Not the problem with the program. The site changed their url for all the .m3u8 files |
Checklist
Verbose log
Description
Using the command
youtube-dl -v https://www3.nhk.or.jp/nhkworld/en/ondemand/video/2019240/results in the above traceback and an exit code of 1. The show for this URL is "Dining with chief".However the command
youtube-dl -v https://www3.nhk.or.jp/nhkworld/en/ondemand/video/2032106/results in the expected video being downloaded without error. The show for this URL is "Japanology Plus".