diff options
| author | 2024-08-03 20:27:50 -0400 | |
|---|---|---|
| committer | 2024-08-03 20:27:50 -0400 | |
| commit | ad105563ff9e1e82b0714d9bf2de8e8247a96512 (patch) | |
| tree | 9ce5d2ef148ba3caad5171b79e7a7cd051977dd2 /data/completion/_gallery-dl | |
| parent | dd947614238f176637b2518ee24e588ca5920dea (diff) | |
| parent | 032e5bed275a253e122ed9ac86dac7b8c4204172 (diff) | |
Update upstream source from tag 'upstream/1.27.2'
Update to upstream version '1.27.2'
with Debian dir 30ac047f32a7127d1f2b2198647d93f92db9f287
Diffstat (limited to 'data/completion/_gallery-dl')
| -rw-r--r-- | data/completion/_gallery-dl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 14b7321..3308e98 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -26,6 +26,7 @@ _arguments -s -S \ {-g,--get-urls}'[Print URLs instead of downloading]' \ {-G,--resolve-urls}'[Print URLs instead of downloading; resolve intermediary URLs]' \ {-j,--dump-json}'[Print JSON information]' \ +{-J,--resolve-json}'[Print JSON information; resolve intermediary URLs]' \ {-s,--simulate}'[Simulate data extraction; do not download anything]' \ {-E,--extractor-info}'[Print extractor defaults and settings]' \ {-K,--list-keywords}'[Print a list of available keywords and example values for the given URLs]' \ @@ -35,6 +36,7 @@ _arguments -s -S \ --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]' \ +--print-traffic'[Display sent and read HTTP traffic]' \ --no-colors'[Do not emit ANSI color codes in output]' \ {-R,--retries}'[Maximum number of retries for failed HTTP requests or -1 for infinite retries (default: 4)]':'<n>' \ --http-timeout'[Timeout for HTTP connections (default: 30.0)]':'<seconds>' \ |
