From d09754811cbdf19b26a1f687105e76515bbf376a Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Wed, 13 Oct 2021 17:50:41 +0700 Subject: [PATCH] gallery-dl: update config to avoid filename collisions --- home/.config/gallery-dl/config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home/.config/gallery-dl/config.json b/home/.config/gallery-dl/config.json index bdb1fc2..8c4fb5c 100644 --- a/home/.config/gallery-dl/config.json +++ b/home/.config/gallery-dl/config.json @@ -14,7 +14,7 @@ "skip": true, "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0", "pixiv": { - "filename": "{id}.{extension}", + "filename": "{id}_p{num}.{extension}", "directory": [ "Pixiv", "{user[name]}-{user[id]}" @@ -51,7 +51,7 @@ "directory": [ "Manga", "{manga}", - "c{chapter} - {title}" + "c{chapter}{chaper_minor} - {title}" ], "postprocessors": [ { @@ -66,7 +66,7 @@ "directory": [ "Manga", "{manga}", - "c{chapter} - {title}" + "c{chapter}{chaper_minor}" ], "postprocessors": [ { @@ -81,7 +81,7 @@ "directory": [ "Manga", "{manga}", - "c{chapter} - {title}" + "c{chapter}{chaper_minor} - {title}" ], "postprocessors": [ { @@ -96,7 +96,7 @@ "directory": [ "Manga", "{manga}", - "c{chapter} - {title}" + "c{chapter}{chaper_minor} - {title}" ], "postprocessors": [ { @@ -111,7 +111,7 @@ "directory": [ "Manga", "{manga}", - "c{chapter} - {title}" + "c{chapter}{chaper_minor} - {title}" ], "postprocessors": [ {