gallery-dl icon indicating copy to clipboard operation
gallery-dl copied to clipboard

Kemono Party Download Length

Open Kuroo2021 opened this issue 1 year ago • 2 comments

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?

Kuroo2021 avatar Apr 25 '24 14:04 Kuroo2021

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

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

mikf avatar Apr 25 '24 20:04 mikf

"-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}" }

Kuroo2021 avatar Apr 26 '24 14:04 Kuroo2021