diff options
| author | 2022-05-26 23:57:10 -0400 | |
|---|---|---|
| committer | 2022-05-26 23:57:10 -0400 | |
| commit | 5c903a88dee75fe65fee8cbf337e6a6217eda8ce (patch) | |
| tree | 83b8d6427272f24829e7b01930801a98b4bba5e2 /data/completion/_gallery-dl | |
| parent | 742762724a171c3171cca4d6680d03ba10e003d6 (diff) | |
| parent | ad61a6d8122973534ab63df48f6090954bc73db6 (diff) | |
Update upstream source from tag 'upstream/1.22.0'
Update to upstream version '1.22.0'
with Debian dir f597b243649bdb1feca741d6879e2c79e5237cde
Diffstat (limited to 'data/completion/_gallery-dl')
| -rw-r--r-- | data/completion/_gallery-dl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index f630c8e..e86d725 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -11,10 +11,11 @@ _arguments -C -S \ {-d,--destination}'[Target location for file downloads]':'<path>' \ {-D,--directory}'[Exact location for file downloads]':'<path>' \ {-f,--filename}'[Filename format string for downloaded files ("/O" for "original" filenames)]':'<format>' \ ---cookies'[File to load additional cookies from]':'<file>':_files \ --proxy'[Use the specified proxy]':'<url>' \ --source-address'[Client-side IP address to bind to]':'<ip>' \ --clear-cache'[Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)]':'<module>' \ +--cookies'[File to load additional cookies from]':'<file>':_files \ +--cookies-from_browser'[Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"]':'<browser[+keyring][:profile]>' \ {-q,--quiet}'[Activate quiet mode]' \ {-v,--verbose}'[Print various debugging information]' \ {-g,--get-urls}'[Print URLs instead of downloading]' \ |
