diff options
| author | 2022-01-25 20:10:48 -0500 | |
|---|---|---|
| committer | 2022-01-25 20:10:48 -0500 | |
| commit | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (patch) | |
| tree | 8dc998621e167fb99f5e743857d8495daac2f6cd /data | |
| parent | 8de58070ee3e55f29966a787fd618632dbf4309b (diff) | |
New upstream version 1.20.3.upstream/1.20.3
Diffstat (limited to 'data')
| -rw-r--r-- | data/completion/_gallery-dl | 1 | ||||
| -rw-r--r-- | data/completion/gallery-dl | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.1 | 5 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 15 |
4 files changed, 17 insertions, 6 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 6b3ac6d..ddc75fa 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -13,6 +13,7 @@ _arguments -C -S \ {-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>' \ {-q,--quiet}'[Activate quiet mode]' \ {-v,--verbose}'[Print various debugging information]' \ diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl index ac64645..2aa37e6 100644 --- a/data/completion/gallery-dl +++ b/data/completion/gallery-dl @@ -10,7 +10,7 @@ _gallery_dl() elif [[ "${prev}" =~ ^()$ ]]; then COMPREPLY=( $(compgen -d -- "${cur}") ) else - COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --cookies --proxy --clear-cache --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") ) + COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --cookies --proxy --source-address --clear-cache --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") ) fi } diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 992d0a6..49b1af8 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-01-08" "1.20.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-01-26" "1.20.3" "gallery-dl Manual" .\" disable hyphenation .nh @@ -41,6 +41,9 @@ File to load additional cookies from .B "\-\-proxy" \f[I]URL\f[] Use the specified proxy .TP +.B "\-\-source\-address" \f[I]IP\f[] +Client-side IP address to bind to +.TP .B "\-\-clear\-cache" \f[I]MODULE\f[] Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything) .TP diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index a62575b..564368c 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2022-01-08" "1.20.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-01-26" "1.20.3" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -2299,13 +2299,20 @@ You can use \f[I]"all"\f[] instead of listing all types separately. .SS extractor.twitter.cards .IP "Type:" 6 -\f[I]bool\f[] +\f[I]bool\f[] or \f[I]string\f[] .IP "Default:" 9 -\f[I]false\f[] +\f[I]true\f[] .IP "Description:" 4 -Fetch media from \f[I]Cards\f[]. +Controls how to handle \f[I]Twitter Cards\f[]. + +.br +* \f[I]false\f[]: Ignore cards +.br +* \f[I]true\f[]: Download image content from supported cards +.br +* \f[I]"ytdl"\f[]: Additionally download video content from unsupported cards using \f[I]youtube-dl\f[] .SS extractor.twitter.conversations |
