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

"-i" doesn't work #7566

Closed
Klaus1189 opened this issue Nov 19, 2015 · 3 comments
Closed

"-i" doesn't work #7566

Klaus1189 opened this issue Nov 19, 2015 · 3 comments

Comments

@Klaus1189
Copy link

@Klaus1189 Klaus1189 commented Nov 19, 2015

I use a conf file. If I download for example three videos batch as mp4, webm, m4a and one video isn't available as webm the it stops at webm and the m4a files are not downloaded.
For example:
youtube-dl -f 160 -a x.txt -o "D:\%(title)s.%(ext)s" && youtube-dl -f 278 -a x.txt -o "D:\%(title)s.%(ext)s" && youtube-dl -f 141/140 -a x.txt -o "D:\y%(title)s.%(ext)s"

If there is a better syntax let me know, but for some cases I need this && and please fix this abort

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 19, 2015

Post the full output of youtube-dl when run with --verbose option.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 19, 2015

In fact your log proves that -i actually works since && does not evaluate next command if previous one has failed (that's similar to short circuit evaluation in some sense). So, you should use single ampersand that does not have that check.

@dstftw dstftw closed this Nov 19, 2015
@Klaus1189
Copy link
Author

@Klaus1189 Klaus1189 commented Nov 19, 2015

Thank you for your help 👍

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.