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.
Shouldn't download all youtube videos in playlist when a single video is selected... #1604
Comments
|
Duplicate of #755, we decided to extract the playlist and to add an option for downloading only the video: |
Some videos are part of a playlist... if you copy the link to a video that's in a playlist, and pass it to youtube-dl, youtube-dl thinks you want the entire playlist, and downloads everything.
Here's an example link:
http://www.youtube.com/watch?v=sb4rmm0l4PU&list=UUQWmgQT_XEoiWOj5CILdX_A&feature=player_embedded
(Notice that there's both "v=" and a "list=" parameters.)
In this case, it would make more sense for youtube-dl to only downloaded the video specified by the "v=" option, and ignore the "list=".