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

Question: how do i skip files with errors? #976

Open
Butterfly-Dragon opened this issue Sep 4, 2020 · 4 comments
Open

Question: how do i skip files with errors? #976

Butterfly-Dragon opened this issue Sep 4, 2020 · 4 comments

Comments

@Butterfly-Dragon
Copy link

Some galleries have files that have been uploaded wrong and they get tried every time.

How do i skip them so that gallery-dl tries to re-download them only if it sees that they have been changed?

It's probably written in the man, but i can't find where.

@mikf
Copy link
Owner

mikf commented Sep 6, 2020

that have been uploaded wrong

Do you mean they have the wrong filename extension?
There is the downloader.http.adjust-extensions option, which causes gallery-dl to "correct" those errors (see also #776)

I plan on improving the current implementation in the next version, so it doesn't re-download those files. For the time being you could disable this option or use a download archive.

@Butterfly-Dragon
Copy link
Author

Oh! That's neat!

no, i got a gallery that tried several times to download files telling me their downloaded file size was wrong. I wanted them to just makr the file and proceed to the next one, but it just kept repeating

@mikf
Copy link
Owner

mikf commented Sep 6, 2020

Hmm, no there is nothing that covers such a case. I guess you could reduce the amount of retries or create an empty file with the same name, so it skips that file.

@Butterfly-Dragon
Copy link
Author

hmmm... no. That is a problem.

My connection is highly unreliable so i start it in the morning to check about a thousand galleries by noon or mid afternoon it should be done. Sometimes later if the connection dies.

is there a way to send in a key combination like the classic CTRL+C normally used to abort, so that Gallery-dl asks me what to do? usual "abort single, abort gallery, abort process, cancel and continue"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants