mikf / gallery-dl

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

Kemono Party Download Length #5510

Open Kuroo2021 opened 2 months ago

Kuroo2021 commented 2 months ago

I been running around reading how people where able to fix this and I try there soulations but still getting the same error of

[kemonoparty][error] Unable to download data: OSError: [Errno 22] Invalid argument: '\\?\B:\Gallery-DL\filez\kemonoparty\patreon\294122\56502210_Fake RPG_01_httpswww.patreon.commedia-uZ0FBQUFBQmhVWkdXZGlrWjkyZ0lmbjhvakFteGFzQXpMZXZxdjh0V2dqU1JoN08zaHZLUE1MQ08yNTFJTGRtSjZXX3huUFN0UDJtbU5SNDNhQ0trVjV4MWtKYjc3Wlpwa1l2R19KMEtZcmNRRWRJVGQ3d.jpg.json'

From https://github.com/mikf/gallery-dl/issues/2119

I set my code as... "kemonoparty": { "cookies": [ "firefox" ], "api-key": null, "metadata": false, "postprocessors": [ { "name": "metadata", "event": "post", "-o": "filename={id}_{title}_{num:>02}.{extension}" } ] } },

Still getting the error. Thoughts?

mikf commented 2 months ago

"-o": "filename={id}_{title}_{num:>02}.{extension}"

Change that to "filename": "{id}_{title}_{num:>02}.{extension}"

Kuroo2021 commented 2 months ago

"-o": "filename={id}_{title}_{num:>02}.{extension}"

Change that to "filename": "{id}_{title}_{num:>02}.{extension}"

image

It seems like it still yields the same thing.

}, "kemonoparty": { "cookies": [ "firefox" ], "api-key": null, "metadata": false, "postprocessors": [ { "name": "metadata", "event": "post", "filename": "{id}{title}{num:>02}.{extension}" }