Shouldn't download all youtube videos in playlist when a single video is selected... #1225

Closed
opened 2026-02-20 23:23:34 -05:00 by deekerman · 1 comment
Owner

Originally created by @epitron on GitHub (Oct 16, 2013).

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=".

Originally created by @epitron on GitHub (Oct 16, 2013). 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=".
Author
Owner

@jaimeMF commented on GitHub (Oct 16, 2013):

Duplicate of #755, we decided to extract the playlist and to add an option for downloading only the video: youtube-dl 'http://www.youtube.com/watch?v=sb4rmm0l4PU&list=UUQWmgQT_XEoiWOj5CILdX_A&feature=player_embedded' --no-playlist, you'll need a recent version for using it.
Thanks for the report.

@jaimeMF commented on GitHub (Oct 16, 2013): Duplicate of #755, we decided to extract the playlist and to add an option for downloading only the video: `youtube-dl 'http://www.youtube.com/watch?v=sb4rmm0l4PU&list=UUQWmgQT_XEoiWOj5CILdX_A&feature=player_embedded' --no-playlist`, you'll need a recent version for using it. Thanks for the report.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#1225
No description provided.