Youtube list #3935

Closed
opened 2026-02-21 00:03:31 -05:00 by deekerman · 1 comment
Owner

Originally created by @ashwini-singh on GitHub (Jan 27, 2015).

Whenever i try to download a video from a youtube list,
eg https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3
I end up getting a error that list is not recognized as internal or external command (I use Youtube-dl in Windows 7).

YouTube playlists are supported by Youtube-DL, but are youtube lists supported? If not, please add its support like the list mentioned above.

Originally created by @ashwini-singh on GitHub (Jan 27, 2015). Whenever i try to download a video from a youtube list, eg https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3 I end up getting a error that list is not recognized as internal or external command (I use Youtube-dl in Windows 7). YouTube playlists are supported by Youtube-DL, but are youtube lists supported? If not, please add its support like the list mentioned above.
Author
Owner

@jaimeMF commented on GitHub (Jan 27, 2015):

This is probably a problem with quoting the url. Since the url contains special characters for the shell (the & in that case), you have to quote the url before passing it to youtube-dl: youtube-dl "https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3" (single quotes ' are also supported in unix shells, but I think windows needs double quotes).

I'm closing the issue, but if you still have the problem, please post the full output of youtube-dl --verbose "https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3".

@jaimeMF commented on GitHub (Jan 27, 2015): This is probably a problem with quoting the url. Since the url contains special characters for the shell (the `&` in that case), you have to quote the url before passing it to youtube-dl: `youtube-dl "https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3"` (single quotes `'` are also supported in unix shells, but I think windows needs double quotes). I'm closing the issue, but if you still have the problem, please [post the full output](https://github.com/rg3/youtube-dl/blob/master/README.md#bugs) of `youtube-dl --verbose "https://www.youtube.com/watch?v=IcrbM1l_BoI&list=RDCevxZvSJLk8&index=3"`.
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#3935
No description provided.