Archive setting doesn't seem to work when file is below downloader.filesize-min #4821
-
I configured
(I run gallery-dl in a cronjob every day and this file is from 2021 and its "still" not in my archive.db) It looks like gallery-dl will try to download these files just to find out (via HTTP Header, not actually downloading it) that they are too small. Is there any way to avoid re-checking these files with each run? Ideally, these should be added to my archive.db just like finished downloaded objects. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You could do a second run with |
Beta Was this translation helpful? Give feedback.
Downloads now get skipped when they don't pass a
filesize-min/max
check and get properly written to an archive. (ea78f67)