mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.7k stars 953 forks source link

[CivitAI] Skip functionality broken #6302

Closed sbobbo closed 2 weeks ago

sbobbo commented 2 weeks ago

When Skip is set to true or abort:X, no more than 20 files or so will download, at least when using trpc as the API. Based on the entries in the sqlite database, this isn't all that surprising. No unique ID is being inserted there.

I can even set skip=false on one creator, download all of their images, then set skip to true and try to download images from a new creator and nothing will get downloaded at all.

sbobbo commented 2 weeks ago

My apologies, I just realized my issue, I had to set "archive-format" myself. Somehow I have gotten pretty lucky with that setting in the past with other extractors.