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 list #4788

Closed
ashwini-singh opened this issue Jan 27, 2015 · 1 comment
Closed

Youtube list #4788

ashwini-singh opened this issue Jan 27, 2015 · 1 comment

Comments

@ashwini-singh
Copy link

@ashwini-singh ashwini-singh commented 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.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented 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 jaimeMF closed this Jan 27, 2015
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.