-
Unsure of a better way to word this so this may already be a feature that I haven't been able to find out how to do yet. Basically I'm having gallery-dl archive every single thing it downloads into an sqlite3 so it doesn't redownload things that it already has. If I then ask gallery-dl to download from that same gallery a week later it will pick up the new things before painstakingly going down every single entry in that gallery it already has and wasting a considerable amount of time. What I'm looking for is a setting or something to put into the config to make it so that if it's downloading from a gallery and encounters a file it's downloaded in the past, then it immediately stops that current entry in a download list, and moves onto the next one. I'm aware this can cause problems if like an older thing gets updated in the middle of a gallery, but that's an issue I can deal with for the sake of not taking literal days to keep an up-to-date folder of a hundred or so galleries. This is a particularly big problem on DeviantART with its limitations on downloads, but it would be useful for some other sites as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
or |
Beta Was this translation helpful? Give feedback.
-
Thank you! That is exactly what I was looking for. |
Beta Was this translation helpful? Give feedback.
or
"skip": "abort:N"
in a config file.