aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:30 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:30 -0400
commitfc004701f923bb954a22c7fec2ae8d607e78cb2b (patch)
treea5bea4ed6447ea43c099131430e3bd6182ee87d7 /data
parent0db541f524e1774865efebcbe5653e9ad76ea2e8 (diff)
New upstream version 1.27.7.upstream/1.27.7
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl2
-rw-r--r--data/completion/gallery-dl2
-rw-r--r--data/completion/gallery-dl.fish2
-rw-r--r--data/man/gallery-dl.18
-rw-r--r--data/man/gallery-dl.conf.578
5 files changed, 88 insertions, 4 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index 5e1b1e0..743808c 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -29,6 +29,8 @@ _arguments -s -S \
{-E,--extractor-info}'[Print extractor defaults and settings]' \
{-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 \
+{-N,--print}'[Write FORMAT during EVENT (default '\''prepare'\'') to standard output. Examples: '\''id'\'' or '\''post:{md5\[:8\]}'\'']':'<[event:]format>' \
+--print-to-file'[Append FORMAT during EVENT to FILE]':'<[event:]format file>' \
--list-modules'[Print a list of available extractor modules]' \
--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 \
diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl
index 32d9705..fd5268f 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 --filename --destination --directory --extractors --user-agent --clear-cache --update-check --input-file --input-file-comment --input-file-delete --no-input --quiet --warning --verbose --get-urls --resolve-urls --dump-json --resolve-json --simulate --extractor-info --list-keywords --error-file --list-modules --list-extractors --write-log --write-unsupported --write-pages --print-traffic --no-colors --retries --http-timeout --proxy --source-address --no-check-certificate --limit-rate --chunk-size --sleep --sleep-request --sleep-extractor --no-part --no-skip --no-mtime --no-download --option --config --config-yaml --config-toml --config-create --config-status --config-open --config-ignore --ignore-config --username --password --netrc --cookies --cookies-export --cookies-from-browser --abort --terminate --filesize-min --filesize-max --download-archive --range --chapter-range --filter --chapter-filter --postprocessor --no-postprocessors --postprocessor-option --write-metadata --write-info-json --write-infojson --write-tags --zip --cbz --mtime --mtime-from-date --rename --rename-to --ugoira --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --exec --exec-after" -- "${cur}") )
+ COMPREPLY=( $(compgen -W "--help --version --filename --destination --directory --extractors --user-agent --clear-cache --update-check --input-file --input-file-comment --input-file-delete --no-input --quiet --warning --verbose --get-urls --resolve-urls --dump-json --resolve-json --simulate --extractor-info --list-keywords --error-file --print --print-to-file --list-modules --list-extractors --write-log --write-unsupported --write-pages --print-traffic --no-colors --retries --http-timeout --proxy --source-address --no-check-certificate --limit-rate --chunk-size --sleep --sleep-request --sleep-extractor --no-part --no-skip --no-mtime --no-download --option --config --config-yaml --config-toml --config-create --config-status --config-open --config-ignore --ignore-config --username --password --netrc --cookies --cookies-export --cookies-from-browser --abort --terminate --filesize-min --filesize-max --download-archive --range --chapter-range --filter --chapter-filter --postprocessor --no-postprocessors --postprocessor-option --write-metadata --write-info-json --write-infojson --write-tags --zip --cbz --mtime --mtime-from-date --rename --rename-to --ugoira --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --exec --exec-after" -- "${cur}") )
fi
}
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 7734f40..a239c50 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -23,6 +23,8 @@ complete -c gallery-dl -s 's' -l 'simulate' -d 'Simulate data extraction; do not
complete -c gallery-dl -s 'E' -l 'extractor-info' -d 'Print extractor defaults and settings'
complete -c gallery-dl -s 'K' -l 'list-keywords' -d 'Print a list of available keywords and example values for the given URLs'
complete -c gallery-dl -r -F -s 'e' -l 'error-file' -d 'Add input URLs which returned an error to FILE'
+complete -c gallery-dl -x -s 'N' -l 'print' -d 'Write FORMAT during EVENT (default "prepare") to standard output. Examples: "id" or "post:{md5[:8]}"'
+complete -c gallery-dl -x -l 'print-to-file' -d 'Append FORMAT during EVENT to FILE'
complete -c gallery-dl -l 'list-modules' -d 'Print a list of available extractor modules'
complete -c gallery-dl -x -l 'list-extractors' -d 'Print a list of extractor classes with description, (sub)category and example URL'
complete -c gallery-dl -r -F -l 'write-log' -d 'Write logging output to FILE'
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 3fedff4..a56dbcd 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2024-10-11" "1.27.6" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2024-10-25" "1.27.7" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -89,6 +89,12 @@ Print a list of available keywords and example values for the given URLs
.B "\-e, \-\-error\-file" \f[I]FILE\f[]
Add input URLs which returned an error to FILE
.TP
+.B "\-N, \-\-print" \f[I][EVENT:]FORMAT\f[]
+Write FORMAT during EVENT (default 'prepare') to standard output. Examples: 'id' or 'post:{md5[:8]}'
+.TP
+.B "\-\-print\-to\-file" \f[I][EVENT:]FORMAT FILE\f[]
+Append FORMAT during EVENT to FILE
+.TP
.B "\-\-list\-modules"
Print a list of available extractor modules
.TP
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index ba4bb3e..0ae8c38 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2024-10-11" "1.27.6" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2024-10-25" "1.27.7" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -548,6 +548,8 @@ This is supported for
.br
* \f[I]sankaku\f[]
.br
+* \f[I]scrolller\f[]
+.br
* \f[I]seiga\f[]
.br
* \f[I]subscribestar\f[]
@@ -1739,6 +1741,17 @@ Sets the maximum depth of returned reply posts.
(See depth parameter of \f[I]app.bsky.feed.getPostThread\f[])
+.SS extractor.bluesky.quoted
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Fetch media from quoted posts.
+
+
.SS extractor.bluesky.reposts
.IP "Type:" 6
\f[I]bool\f[]
@@ -3974,6 +3987,17 @@ uses the same domain as a given input URL.
Include pins from board sections.
+.SS extractor.pinterest.stories
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Extract files from story pins.
+
+
.SS extractor.pinterest.videos
.IP "Type:" 6
\f[I]bool\f[]
@@ -4095,6 +4119,18 @@ fetch bookmark tags as \f[I]tags_bookmark\f[] metadata.
Note: This requires 1 additional API request per bookmarked post.
+.SS extractor.pixiv.captions
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+For works with seemingly empty \f[I]caption\f[] metadata,
+try to grab the actual \f[I]caption\f[] value using the AJAX API.
+
+
.SS extractor.pixiv.comments
.IP "Type:" 6
\f[I]bool\f[]
@@ -4284,6 +4320,17 @@ stubs in the base comment tree.
Note: This requires 1 additional API call for every 100 extra comments.
+.SS extractor.reddit.embeds
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Download embedded comments media.
+
+
.SS extractor.reddit.date-min & .date-max
.IP "Type:" 6
\f[I]Date\f[]
@@ -5200,7 +5247,21 @@ Any entries after the first one will be used for potential
\f[I]fallback\f[] URLs.
Known available sizes are
-\f[I]4096x4096\f[], \f[I]orig\f[], \f[I]large\f[], \f[I]medium\f[], and \f[I]small\f[].
+
+.br
+* \f[I]orig\f[]
+.br
+* \f[I]large\f[]
+.br
+* \f[I]medium\f[]
+.br
+* \f[I]small\f[]
+.br
+* \f[I]4096x4096\f[]
+.br
+* \f[I]900x900\f[]
+.br
+* \f[I]360x360\f[]
.SS extractor.twitter.logout
@@ -5487,6 +5548,17 @@ Note: Requires \f[I]login\f[]
or \f[I]cookies\f[]
+.SS extractor.vk.offset
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]0\f[]
+
+.IP "Description:" 4
+Custom \f[I]offset\f[] starting value when paginating over image results.
+
+
.SS extractor.vsco.include
.IP "Type:" 6
.br
@@ -7080,6 +7152,8 @@ but before it gets moved to its target location
After a file got moved to its target location
\f[I]skip\f[]
When skipping a file download
+\f[I]error\f[]
+After a file download failed
\f[I]post\f[]
When starting to download all files of a post,
e.g. a Tweet on Twitter or a post on Patreon.