You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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) ?
The text was updated successfully, but these errors were encountered: