diff options
| author | 2025-09-16 02:12:56 -0400 | |
|---|---|---|
| committer | 2025-09-16 02:12:56 -0400 | |
| commit | 12b64cf1aff9cbe17b15aeb9464ef76a773fde1d (patch) | |
| tree | e3b880c987f94a208a6e9f3d2f3f9ad16d41148c /data/man/gallery-dl.conf.5 | |
| parent | 65ba54beaeb6e72364c33b0bf060267d86271239 (diff) | |
| parent | 3b7f8716690b7aa1994a9cb387bbc7215e01a4ed (diff) | |
Update upstream source from tag 'upstream/1.30.7'
Update to upstream version '1.30.7'
with Debian dir a74b37bdeb92ab9f3d327de717e2b5cc6d11a25f
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 84 |
1 files changed, 73 insertions, 11 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 335195f..8d2f806 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2025-09-06" "1.30.6" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2025-09-14" "1.30.7" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1316,7 +1316,7 @@ for available \f[I]PRAGMA\f[] statements and further details. .br * \f[I]object\f[] (pattern -> \f[I]Action(s)\f[]) .br -* \f[I]list\f[] of \f[I]lists\f[] with pattern -> \f[I]Action(s)\f[] pairs as elements +* \f[I]list\f[] of [pattern, \f[I]Action(s)\f[]] pairs .IP "Example:" 4 .. code:: json @@ -1350,11 +1350,12 @@ Perform an \f[I]Action\f[] when logging a message matched by \f[I]pattern\f[]. \f[I]pattern\f[] is parsed as severity level (\f[I]debug\f[], \f[I]info\f[], \f[I]warning\f[], \f[I]error\f[], or integer value) followed by an optional \f[I]Python Regular Expression\f[] -separated by a colon \f[I]:\f[] +separated by a colon: +\f[I]<level>:<re>\f[] Using \f[I]*\f[] as level or leaving it empty -matches logging messages of all levels -(e.g. \f[I]*:<re>\f[] or \f[I]:<re>\f[]). +matches logging messages of all levels: +\f[I]*:<re>\f[] or \f[I]:<re>\f[] .SS extractor.*.postprocessors @@ -2413,6 +2414,21 @@ Setting this option to \f[I]"auto"\f[] uses the same domain as a given input URL. +.SS extractor.cyberfile.password +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]""\f[] + +.IP "Description:" 4 +Password value used to access protected files and folders. + +Note: Leave this value empty or undefined +to be interactively prompted for a password when needed +(see \f[I]getpass()\f[]). + + .SS extractor.[Danbooru].external .IP "Type:" 6 \f[I]bool\f[] @@ -3332,17 +3348,15 @@ Note: \f[I]comments\f[] can also be enabled via \f[I]fanbox.comments\f[] -.SS extractor.fansly.format +.SS extractor.fansly.formats .IP "Type:" 6 \f[I]list\f[] of \f[I]integers\f[] .IP "Default:" 9 -\f[I][303, 302, 1, 2, 4]\f[] +\f[I][1, 2, 3, 4, 302, 303]\f[] .IP "Description:" 4 -Selects the file format to extract. - -When more than one format is given, the first available one is selected. +List of file formats to consider during format selection. .SS extractor.fansly.token @@ -6781,6 +6795,49 @@ If this value is \f[I]"original"\f[], metadata for these files will be taken from the original Tweets, not the Retweets. +.SS extractor.twitter.search-limit +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +\f[I]20\f[] + +.IP "Description:" 4 +Number of requested results per search query. + + +.SS extractor.twitter.search-pagination +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"cursor"\f[] + +.IP "Description:" 4 +Selects how to paginate over search results. + +\f[I]"cursor"\f[] +Use \f[I]cursor\f[] values provided by the API +\f[I]"max_id"\f[] \f[I] \f[I]"maxid"\f[] \f[] \f[I]"id"\f[] +Update the \f[I]max_id\f[] search query parameter +to the Tweet ID value of the last retrieved Tweet. + + +.SS extractor.twitter.search-stop +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +.br +* \f[I]3\f[] if \f[I]search-pagination\f[] is set to \f[I]"cursor"\f[] +.br +* \f[I]0\f[] otherwise + +.IP "Description:" 4 +Number of empty search result batches +to accept before stopping. + + .SS extractor.twitter.timeline.strategy .IP "Type:" 6 \f[I]string\f[] @@ -10263,10 +10320,13 @@ Store files in a ZIP archive * "raise AbortExtraction an error occured" .br * "flag file = terminate" +.br +* ["print Exiting", "exit 1"] .IP "Description:" 4 An \f[I]Action\f[] is parsed as Action Type -followed by (optional) arguments. +followed by (optional) arguments: +\f[I]<type> <arg1> <arg2> …\f[] It is possible to specify more than one \f[I]action\f[] by providing them as a \f[I]list\f[]: \f[I]["<action1>", "<action2>", …]\f[] @@ -10289,6 +10349,8 @@ Modify severity level of the current logging message. .br Can be one of \f[I]debug\f[], \f[I]info\f[], \f[I]warning\f[], \f[I]error\f[] or an integer value. .br +Use \f[I]0\f[] to ignore a message (\f[I]level = 0\f[]). +.br \f[I]print\f[]: Write argument to stdout. \f[I]exec\f[]: |
