gallery-dl: update config to avoid filename collisions

This commit is contained in:
Hoang Nguyen 2021-10-13 17:50:41 +07:00
parent 61b5cb5b70
commit d09754811c
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@
"skip": true, "skip": true,
"user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0", "user-agent": "Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0",
"pixiv": { "pixiv": {
"filename": "{id}.{extension}", "filename": "{id}_p{num}.{extension}",
"directory": [ "directory": [
"Pixiv", "Pixiv",
"{user[name]}-{user[id]}" "{user[name]}-{user[id]}"
@ -51,7 +51,7 @@
"directory": [ "directory": [
"Manga", "Manga",
"{manga}", "{manga}",
"c{chapter} - {title}" "c{chapter}{chaper_minor} - {title}"
], ],
"postprocessors": [ "postprocessors": [
{ {
@ -66,7 +66,7 @@
"directory": [ "directory": [
"Manga", "Manga",
"{manga}", "{manga}",
"c{chapter} - {title}" "c{chapter}{chaper_minor}"
], ],
"postprocessors": [ "postprocessors": [
{ {
@ -81,7 +81,7 @@
"directory": [ "directory": [
"Manga", "Manga",
"{manga}", "{manga}",
"c{chapter} - {title}" "c{chapter}{chaper_minor} - {title}"
], ],
"postprocessors": [ "postprocessors": [
{ {
@ -96,7 +96,7 @@
"directory": [ "directory": [
"Manga", "Manga",
"{manga}", "{manga}",
"c{chapter} - {title}" "c{chapter}{chaper_minor} - {title}"
], ],
"postprocessors": [ "postprocessors": [
{ {
@ -111,7 +111,7 @@
"directory": [ "directory": [
"Manga", "Manga",
"{manga}", "{manga}",
"c{chapter} - {title}" "c{chapter}{chaper_minor} - {title}"
], ],
"postprocessors": [ "postprocessors": [
{ {