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 livestream] <channelID>/live is interpreted as a channel playlist #15365
Comments
|
Same here! Same version, same issue. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.01.18. 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?
This started happening today, I use
-gto get the m3u8 url as input for ffmpeg and I noticed my script started hanging. It turns out youtube-dl attempts to download all the videos in the channel instead of the livestream.youtube-dl -v -F "https://www.youtube.com/watch?v=kLlI76mNygk"(same link but using video ID instead of /live) works as expected.