youtube-dl downloads the whole playlist when I only want one video #1474

Closed
opened 2026-02-20 23:29:39 -05:00 by deekerman · 3 comments
Owner

Originally created by @Rudloff on GitHub (Dec 6, 2013).

If I give a link like this to youtube-dl: https://www.youtube.com/watch?v=dJjhopcLoeI&list=PLPhiEhN4hsb6uSAuYUgRN2mKWq2g_ooB4&index=17, I expect him to only download this one video but it downloads the whole playlist.

Shouldn't it download the video only if I specify the playlist URL (https://www.youtube.com/playlist?list=PLPhiEhN4hsb6uSAuYUgRN2mKWq2g_ooB4) ?

Originally created by @Rudloff on GitHub (Dec 6, 2013). If I give a link like this to youtube-dl: _https://www.youtube.com/watch?v=dJjhopcLoeI&list=PLPhiEhN4hsb6uSAuYUgRN2mKWq2g_ooB4&index=17_, I expect him to only download this one video but it downloads the whole playlist. Shouldn't it download the video only if I specify the playlist URL (_https://www.youtube.com/playlist?list=PLPhiEhN4hsb6uSAuYUgRN2mKWq2g_ooB4_) ?
Author
Owner

@jaimeMF commented on GitHub (Dec 6, 2013):

It was discussed in #755 and we decided to download the playlist by default if the list parameter is in the url. The main reason for doing it is that getting the url to the list is not so easy. But you can use the --no-playlist option to download only the video.

@jaimeMF commented on GitHub (Dec 6, 2013): It was discussed in #755 and we decided to download the playlist by default if the `list` parameter is in the url. The main reason for doing it is that getting the url to the list is not so easy. But you can use the `--no-playlist` option to download only the video.
Author
Owner

@Rudloff commented on GitHub (Dec 6, 2013):

Oh, I didn't see the --no-playlist option, sorry...

@Rudloff commented on GitHub (Dec 6, 2013): Oh, I didn't see the `--no-playlist` option, sorry...
Author
Owner

@jaimeMF commented on GitHub (Dec 9, 2013):

Don't worry and sorry if I sounded rude , I didn't want to.

@jaimeMF commented on GitHub (Dec 9, 2013): Don't worry and sorry if I sounded rude , I didn't want to.
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#1474
No description provided.