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": [ {