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

issue #3654

Closed
requiredregistration opened this issue Sep 1, 2014 · 1 comment
Closed

issue #3654

requiredregistration opened this issue Sep 1, 2014 · 1 comment

Comments

@requiredregistration
Copy link

@requiredregistration requiredregistration commented Sep 1, 2014

No description provided.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 1, 2014

This is not a problem in youtube-dl, it's how shell interpreters work. & is a special character (I don't know what means in windows, but in unix it runs the command in the background), youtube-dl only gets one argument: https://www.youtube.com/watch?v=ZLl6eTu8qbg. You just need to escape the character or quote the url: youtube-dl.exe "https://www.youtube.com/watch?v=ZLl6eTu8qbg&list=UU_BaxRhNREI_V0DVXjXDALA" "OTHER_URL".

@jaimeMF jaimeMF closed this Sep 1, 2014
@requiredregistration requiredregistration changed the title [youtube] the URLs in 'videos' are now suffixed with '&list=' after the vid id and this causes a download failure issue Apr 30, 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.