mikf / gallery-dl

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

[Kemono] Incomplete downloads #4535

Open multidrago11 opened 1 year ago

multidrago11 commented 1 year ago

So I've """technically""" resolved the issue but previously when downloading files from Kemono it would skip certain downloads. This was seemingly solved by replacing my cache file and finally implementing an actual config file (though it's just the default and I'm not actually sure if its working since I put it C:\Users\Admin\AppData\Roaming\gallery-dl instead of any of the stated locations it should be (I don't have gallery-dl folders in any of those spots and I'm not sure if I should make one))

Of course I had to redownload the whole archive in the end so I'd like to know what the problem (and proper solution) to it might be.

This was the command I was using gallery-dl -D "C:\Users\Admin\Downloads\ [folder]" --download-archive "C:\Users\Admin\AppData\Roaming\gallery-dl\archive.sqlite3" "[kemono link]"

multidrago11 commented 1 year ago

Urgh. Severe case of user error on my end. I'm an idiot.

I'd still like to know if I set up the gallery-dl thing correctly tho