diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/completion/_gallery-dl | 4 | ||||
| -rw-r--r-- | data/completion/gallery-dl.fish | 4 | ||||
| -rw-r--r-- | data/man/gallery-dl.1 | 6 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 47 |
4 files changed, 50 insertions, 11 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 94d2f06..c1425bb 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -73,8 +73,8 @@ _arguments -C -S \ --write-infojson'[==SUPPRESS==]' \ --write-tags'[Write image tags to separate text files]' \ --mtime-from-date'[Set file modification times according to "date" metadata]' \ ---exec'[Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"]':'<cmd>' \ ---exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"]':'<cmd>' \ +--exec'[Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"]':'<cmd>' \ +--exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"]':'<cmd>' \ {-P,--postprocessor}'[Activate the specified post processor]':'<name>' \ {-O,--postprocessor-option}'[Additional "<key>=<value>" post processor options]':'<opt>' && rc=0 diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish index 00e7b24..593ab89 100644 --- a/data/completion/gallery-dl.fish +++ b/data/completion/gallery-dl.fish @@ -67,7 +67,7 @@ complete -c gallery-dl -l 'write-info-json' -d 'Write gallery metadata to a info complete -c gallery-dl -l 'write-infojson' -d '==SUPPRESS==' complete -c gallery-dl -l 'write-tags' -d 'Write image tags to separate text files' complete -c gallery-dl -l 'mtime-from-date' -d 'Set file modification times according to "date" metadata' -complete -c gallery-dl -x -l 'exec' -d 'Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"' -complete -c gallery-dl -x -l 'exec-after' -d 'Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"' +complete -c gallery-dl -x -l 'exec' -d 'Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"' +complete -c gallery-dl -x -l 'exec-after' -d 'Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"' complete -c gallery-dl -x -s 'P' -l 'postprocessor' -d 'Activate the specified post processor' complete -c gallery-dl -x -s 'O' -l 'postprocessor-option' -d 'Additional "<key>=<value>" post processor options' diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index c2eedb7..27f13af 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-10-03" "1.26.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-10-21" "1.26.1" "gallery-dl Manual" .\" disable hyphenation .nh @@ -216,10 +216,10 @@ Write image tags to separate text files Set file modification times according to 'date' metadata .TP .B "\-\-exec" \f[I]CMD\f[] -Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}" +Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}" .TP .B "\-\-exec\-after" \f[I]CMD\f[] -Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf" +Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf" .TP .B "\-P, \-\-postprocessor" \f[I]NAME\f[] Activate the specified post processor diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 19a5812..9083d24 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2023-10-03" "1.26.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-10-21" "1.26.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1529,7 +1529,10 @@ Use with caution. .SS extractor.deviantart.group .IP "Type:" 6 -\f[I]bool\f[] +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]true\f[] @@ -1538,6 +1541,14 @@ Use with caution. Check whether the profile name in a given URL belongs to a group or a regular user. +When disabled, assume every given profile name +belongs to a regular user. + +Special values: + +.br +* \f[I]"skip"\f[]: Skip groups + .SS extractor.deviantart.include .IP "Type:" 6 @@ -1589,13 +1600,15 @@ literature and status updates. \f[I]bool\f[] .IP "Default:" 9 -\f[I]true\f[] +\f[I]false\f[] .IP "Description:" 4 Update \f[I]JSON Web Tokens\f[] (the \f[I]token\f[] URL parameter) of otherwise non-downloadable, low-resolution images to be able to download them in full resolution. +Note: No longer functional as of 2023-10-11 + .SS extractor.deviantart.mature .IP "Type:" 6 @@ -2415,7 +2428,20 @@ Limit the number of posts to download. \f[I]false\f[] .IP "Description:" 4 -Extract \f[I]username\f[] metadata +Extract \f[I]username\f[] metadata. + + +.SS extractor.kemonoparty.revisions +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract post revisions. + +Note: This requires 1 additional HTTP request per post. .SS extractor.khinsider.format @@ -2625,6 +2651,19 @@ Fetch media from renoted notes. Fetch media from replies to other notes. +.SS extractor.[moebooru].pool.metadata +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract extended \f[I]pool\f[] metadata. + +Note: Not supported by all \f[I]moebooru\f[] instances. + + .SS extractor.newgrounds.flash .IP "Type:" 6 \f[I]bool\f[] |
