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.
What is the purpose of your issue?
Output
With youtu.be URL
With youtube.com URL
Description of your issue, suggested solution and other information
When the URL to a Youtube video has both a video and a playlist, and I'm using
--no-playlist, I expect it to choose the video and not the playlist.When it's a URL of the form
youtube.com/watch?v=abc&list=xyzit works as I expect: the single video is downloaded ("Downloading just video abc because of --no-playlist").When it's a URL of the form
youtu.be/abc?list=xyzthe whole list is downloaded. I believe in this case only the videoabcshould be downloaded.