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

playlist download stops when error occurs #2656

Closed
saikpr opened this issue Mar 30, 2014 · 3 comments
Closed

playlist download stops when error occurs #2656

saikpr opened this issue Mar 30, 2014 · 3 comments

Comments

@saikpr
Copy link
Contributor

@saikpr saikpr commented Mar 30, 2014

when i try to download youtube playlist it stops whenever error occurs with one video file(error :The uploader has not made this video available in your country.)
and it stops there without continuing to next video

@saikpr saikpr changed the title stops playlist download when error occurs playlist download stops when error occurs Mar 30, 2014
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Mar 30, 2014

This is the expected behaviour, add the --ignore-errors option to the command and youtube-dl won't stop if it founds an error.

@jaimeMF jaimeMF closed this Mar 30, 2014
@oneminot
Copy link

@oneminot oneminot commented Dec 29, 2014

Just in case someone stumbles here while downloading a playlist, please remove &app=desktop from the playlist URL and try downloading again as this seems to confuse the --ignore-errors flag.

The error you likely saw says: 'app' is not recognized as an internal or external command, operable program or batch file.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 29, 2014

The error you likely saw says: 'app' is not recognized as an internal or external command, operable program or batch file.

This is because you have to escape & or enclose the URL in quotes to prevent shell from treating & as control operator.

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
4 participants
You can’t perform that action at this time.