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,
|
"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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user