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

abortion when youtube video does not exists in batch mode #2786

Closed
spaceone opened this issue Apr 21, 2014 · 4 comments
Closed

abortion when youtube video does not exists in batch mode #2786

spaceone opened this issue Apr 21, 2014 · 4 comments

Comments

@spaceone
Copy link

@spaceone spaceone commented Apr 21, 2014

youtube-dl -a all_urls.txt aborts with the message:

ERROR: YouTube said: This video does not exists.

The file should be ommited and the next file in the list should be tried instead of aborting the whole program…
Also the error message should be enhanced to also say which video doesn't exists.

@spaceone
Copy link
Author

@spaceone spaceone commented Apr 21, 2014

version 2014.02.26

@spaceone
Copy link
Author

@spaceone spaceone commented Apr 21, 2014

another error with the same effect:
ERROR: YouTube said: "....." The YouTube account associated with this video has been terminated due to multiple third-party notifications of copyright infringement.

Is there a known workaround?

@phihag phihag closed this in d11271d Apr 21, 2014
@phihag
Copy link
Contributor

@phihag phihag commented Apr 21, 2014

Like every other command-line program, youtube-dl aborts on the first error. Pass in -i to avoid that (if you always want the -i/--ignore-errors behavior, use a configuration file).

I've also added the video ID to the error message.

@spaceone
Copy link
Author

@spaceone spaceone commented Apr 21, 2014

thanks :)

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.