mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
gallery-dl: update config to avoid filename collisions
This commit is contained in:
parent
61b5cb5b70
commit
d09754811c
@ -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": [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user