-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Entire playlist downloaded for a video page with &list= in the URL #755
Comments
Heh, I knew this would have been troublesome. See #668. @phihag? I didn't notice that the link at the top is the link to the playlist, honestly. But your reasoning makes sense. This is a video, the playlist is there. Actually, there's no link to the plain single video in the page. I think we made the wrong decision. |
Is there any way available to download just the current video being shown in a playlist (with some specific set of options or something)? If not then how about the following (backward compatible) solution: For the
|
@danielholmes or you can just run |
@jaimeMF the specific use case we have is that our users provide a url to a youtube video that they want to reference. We want to avoid having to educate them about different types of youtube URLs and what ones will or wont work. Thanks for the suggestions though (I didn't realise that second form works with youtube-dl) |
…as playlists (fixes #755) It's unintuitive and this is way you get the url when you watch the video inside a playlist
I was unsure about what behavior to take when implementing this. I was However, I am +1 on a "--no-playlist" flag, I see how it can be |
Yes, as seen in #668, other users expect us to download the playlist, so a flag may be best (bonus points for modifying the status message to |
I think that we should treat them as videos, we have receive some reports about this, and even if it's really easy to download just the video (copying the id or dropping the list parameter), that's not what a standard user would do. As you have already said, getting the link to the playlist from the video page is easy. |
Umh, actually this is the default playlist view (there is no other one, Unsure about this, just like to other time... Filippo Valsorda 2013/9/18 Jaime Marquínez Ferrándiz [email protected]
|
You're right and a lot of users probably just see it (they click |
Passing youtube-dl a video page with a
&list=
URL argument downloads the entire playlist instead of just that video, e.g.:I didn't expect this behavior, though I guess some could disagree. Note that users can easily reach the actual
/playlist
by following the playlist link above the video.The text was updated successfully, but these errors were encountered: