-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
Ignore Errors #512
Comments
gallery-dl does that by default. When encountering errors while downloading from a list of URLs, those errors will be reported and the next URL processed. (or am I missing something here?) |
Add |
I confused a URL with a single file, what i mean is skipping single file errors and continue scraping within that link instead of encountering a file error and skipping directly to the next URL. |
On this point, is there a way to print errors? like >output.txt doesn't print errors, only successes. I'd like to go back and specifically target those errors manually. |
Print errors? What do you mean? There is already a log file function. |
That's what |
@blezinski That sounds like an error during the data extraction process, not the download itself, and those can only be ignored by modifying the relevant extractor code, i.e. no general/global option possible. What site(s) are you talking about? @pxssy In addition to redirecting |
Trying to download from E621. Here's my filename format |
You can restrict the length of individual replacement fields and avoid a "filename too long" error that way: |
Can we get a command similar to youtube-dl's --ignore-errors? I can't find it in any of the documentation and it would be helpful when downloading a large list of URLs
thanks
The text was updated successfully, but these errors were encountered: