Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Rudloff opened this issue Dec 6, 2013 · 3 comments
Closed

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

Rudloff opened this issue Dec 6, 2013 · 3 comments

Comments

@Rudloff
Copy link
Contributor

Rudloff commented 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) ?

@jaimeMF
Copy link
Collaborator

jaimeMF commented 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 jaimeMF closed this as completed Dec 6, 2013
@Rudloff
Copy link
Contributor Author

Rudloff commented Dec 6, 2013

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

@jaimeMF
Copy link
Collaborator

jaimeMF commented Dec 9, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants