diff options
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 240 |
2 files changed, 239 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index ad6fd4a..b779e1e 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2024-01-06" "1.26.6" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2024-01-21" "1.26.7" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index a57d39b..7fec8ae 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2024-01-06" "1.26.6" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2024-01-21" "1.26.7" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1803,6 +1803,22 @@ or whenever your \f[I]cache file\f[] is deleted or cleared. Minimum wait time in seconds before API requests. +.SS extractor.deviantart.avatar.formats +.IP "Type:" 6 +\f[I]list\f[] of \f[I]strings\f[] + +.IP "Example:" 4 +["original.jpg", "big.jpg", "big.gif", ".png"] + +.IP "Description:" 4 +Avatar URL formats to return. + +Each format is parsed as \f[I]SIZE.EXT\f[]. +.br +Leave \f[I]SIZE\f[] empty to download the regular, small avatar format. +.br + + .SS extractor.[E621].metadata .IP "Type:" 6 .br @@ -3551,6 +3567,226 @@ Filters used during searches. Download video files. +.SS extractor.steamgriddb.animated +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include animated assets when downloading from a list of assets. + + +.SS extractor.steamgriddb.epilepsy +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include assets tagged with epilepsy when downloading from a list of assets. + + +.SS extractor.steamgriddb.dimensions +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]"all"\f[] + +.IP "Examples:" 4 +.br +* \f[I]"1024x512,512x512"\f[] +.br +* \f[I]["460x215", "920x430"]\f[] + +.IP "Description:" 4 +Only include assets that are in the specified dimensions. \f[I]all\f[] can be +used to specify all dimensions. Valid values are: + +.br +* Grids: \f[I]460x215\f[], \f[I]920x430\f[], \f[I]600x900\f[], \f[I]342x482\f[], \f[I]660x930\f[], +\f[I]512x512\f[], \f[I]1024x1024\f[] +.br +* Heroes: \f[I]1920x620\f[], \f[I]3840x1240\f[], \f[I]1600x650\f[] +.br +* Logos: N/A (will be ignored) +.br +* Icons: \f[I]8x8\f[], \f[I]10x10\f[], \f[I]14x14\f[], \f[I]16x16\f[], \f[I]20x20\f[], \f[I]24x24\f[], +\f[I]28x28\f[], \f[I]32x32\f[], \f[I]35x35\f[], \f[I]40x40\f[], \f[I]48x48\f[], \f[I]54x54\f[], +\f[I]56x56\f[], \f[I]57x57\f[], \f[I]60x60\f[], \f[I]64x64\f[], \f[I]72x72\f[], \f[I]76x76\f[], +\f[I]80x80\f[], \f[I]90x90\f[], \f[I]96x96\f[], \f[I]100x100\f[], \f[I]114x114\f[], \f[I]120x120\f[], +\f[I]128x128\f[], \f[I]144x144\f[], \f[I]150x150\f[], \f[I]152x152\f[], \f[I]160x160\f[], +\f[I]180x180\f[], \f[I]192x192\f[], \f[I]194x194\f[], \f[I]256x256\f[], \f[I]310x310\f[], +\f[I]512x512\f[], \f[I]768x768\f[], \f[I]1024x1024\f[] + + +.SS extractor.steamgriddb.file-types +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]"all"\f[] + +.IP "Examples:" 4 +.br +* \f[I]"png,jpeg"\f[] +.br +* \f[I]["jpeg", "webp"]\f[] + +.IP "Description:" 4 +Only include assets that are in the specified file types. \f[I]all\f[] can be +used to specifiy all file types. Valid values are: + +.br +* Grids: \f[I]png\f[], \f[I]jpeg\f[], \f[I]jpg\f[], \f[I]webp\f[] +.br +* Heroes: \f[I]png\f[], \f[I]jpeg\f[], \f[I]jpg\f[], \f[I]webp\f[] +.br +* Logos: \f[I]png\f[], \f[I]webp\f[] +.br +* Icons: \f[I]png\f[], \f[I]ico\f[] + + +.SS extractor.steamgriddb.download-fake-png +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Download fake PNGs alongside the real file. + + +.SS extractor.steamgriddb.humor +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include assets tagged with humor when downloading from a list of assets. + + +.SS extractor.steamgriddb.languages +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]"all"\f[] + +.IP "Examples:" 4 +.br +* \f[I]"en,km"\f[] +.br +* \f[I]["fr", "it"]\f[] + +.IP "Description:" 4 +Only include assets that are in the specified languages. \f[I]all\f[] can be +used to specifiy all languages. Valid values are \f[I]ISO 639-1\f[] +language codes. + + +.SS extractor.steamgriddb.nsfw +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include assets tagged with adult content when downloading from a list of assets. + + +.SS extractor.steamgriddb.sort +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]score_desc\f[] + +.IP "Description:" 4 +Set the chosen sorting method when downloading from a list of assets. Can be one of: + +.br +* \f[I]score_desc\f[] (Highest Score (Beta)) +.br +* \f[I]score_asc\f[] (Lowest Score (Beta)) +.br +* \f[I]score_old_desc\f[] (Highest Score (Old)) +.br +* \f[I]score_old_asc\f[] (Lowest Score (Old)) +.br +* \f[I]age_desc\f[] (Newest First) +.br +* \f[I]age_asc\f[] (Oldest First) + + +.SS extractor.steamgriddb.static +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include static assets when downloading from a list of assets. + + +.SS extractor.steamgriddb.styles +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]all\f[] + +.IP "Examples:" 4 +.br +* \f[I]white,black\f[] +.br +* \f[I]["no_logo", "white_logo"]\f[] + +.IP "Description:" 4 +Only include assets that are in the specified styles. \f[I]all\f[] can be used +to specify all styles. Valid values are: + +.br +* Grids: \f[I]alternate\f[], \f[I]blurred\f[], \f[I]no_logo\f[], \f[I]material\f[], \f[I]white_logo\f[] +.br +* Heroes: \f[I]alternate\f[], \f[I]blurred\f[], \f[I]material\f[] +.br +* Logos: \f[I]official\f[], \f[I]white\f[], \f[I]black\f[], \f[I]custom\f[] +.br +* Icons: \f[I]official\f[], \f[I]custom\f[] + + +.SS extractor.steamgriddb.untagged +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include untagged assets when downloading from a list of assets. + + .SS extractor.[szurubooru].username & .token .IP "Type:" 6 \f[I]string\f[] @@ -4039,7 +4275,7 @@ Controls the strategy / tweet source used for timeline URLs .br * \f[I]"with_replies"\f[]: \f[I]/with_replies\f[] timeline + search .br -* \f[I]"auto"\f[]: \f[I]"tweets"\f[] or \f[I]"media"\f[], depending on \f[I]retweets\f[], \f[I]replies\f[], and \f[I]text-tweets\f[] settings +* \f[I]"auto"\f[]: \f[I]"tweets"\f[] or \f[I]"media"\f[], depending on \f[I]retweets\f[] and \f[I]text-tweets\f[] settings .SS extractor.twitter.text-tweets |
