diff options
| author | 2024-09-28 20:01:31 -0400 | |
|---|---|---|
| committer | 2024-09-28 20:01:31 -0400 | |
| commit | 5a7a504aeab6c6de4b76e7f69a6dae5308bd6c0a (patch) | |
| tree | 91d6f25b3b51e7acbd1f61278709eea080f4aa78 /data/completion/_gallery-dl | |
| parent | 817f6c044037816056a8aadf6f95394f851df732 (diff) | |
| parent | 1a457ed68769880ab7760e0746f0cbbd9ca00487 (diff) | |
Update upstream source from tag 'upstream/1.27.5'
Update to upstream version '1.27.5'
with Debian dir 2ce58072136364618b4bed910cf33746af25cbd7
Diffstat (limited to 'data/completion/_gallery-dl')
| -rw-r--r-- | data/completion/_gallery-dl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 1353fa8..5e1b1e0 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -30,7 +30,7 @@ _arguments -s -S \ {-K,--list-keywords}'[Print a list of available keywords and example values for the given URLs]' \ {-e,--error-file}'[Add input URLs which returned an error to FILE]':'<file>':_files \ --list-modules'[Print a list of available extractor modules]' \ ---list-extractors'[Print a list of extractor classes with description, (sub)category and example URL]' \ +--list-extractors'[Print a list of extractor classes with description, (sub)category and example URL]':'<categories>' \ --write-log'[Write logging output to FILE]':'<file>':_files \ --write-unsupported'[Write URLs, which get emitted by other extractors but cannot be handled, to FILE]':'<file>':_files \ --write-pages'[Write downloaded intermediary pages to files in the current directory to debug problems]' \ @@ -84,7 +84,7 @@ _arguments -s -S \ --mtime'[Set file modification times according to metadata selected by NAME. Examples: '\''date'\'' or '\''status\[date\]'\'']':'<name>' \ --rename'[Rename previously downloaded files from FORMAT to the current filename format]':'<format>' \ --rename-to'[Rename previously downloaded files from the current filename format to FORMAT]':'<format>' \ ---ugoira'[Convert Pixiv Ugoira to FMT using FFmpeg. Supported formats are '\''webm'\'', '\''mp4'\'', '\''gif'\'', '\''vp8'\'', '\''vp9'\'', '\''vp9-lossless'\'', '\''copy'\''.]':'<fmt>' \ +--ugoira'[Convert Pixiv Ugoira to FMT using FFmpeg. Supported formats are '\''webm'\'', '\''mp4'\'', '\''gif'\'', '\''vp8'\'', '\''vp9'\'', '\''vp9-lossless'\'', '\''copy'\'', '\''zip'\''.]':'<fmt>' \ --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. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"]':'<cmd>' && rc=0 |
