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

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

Closed
epitron opened this issue Oct 16, 2013 · 1 comment

Comments

@epitron
Copy link
Contributor

@epitron epitron commented 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=".

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented 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 jaimeMF closed this Oct 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.