Open Kuroo2021 opened 7 months ago
"-o": "filename={id}_{title}_{num:>02}.{extension}"
Change that to "filename": "{id}_{title}_{num:>02}.{extension}"
"-o": "filename={id}_{title}_{num:>02}.{extension}"
Change that to
"filename": "{id}_{title}_{num:>02}.{extension}"
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}" }
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?