From a24ec1647aeac35a63b744ea856011ad6e06be3b Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 20 Dec 2025 05:49:04 -0500 Subject: New upstream version 1.31.1. --- data/completion/_gallery-dl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data/completion/_gallery-dl') diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 539ec1b..681b429 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -78,9 +78,11 @@ _arguments -s -S \ --filesize-max'[Do not download files larger than SIZE (e.g. 500k or 2.5M)]':'' \ --download-archive'[Record successfully downloaded files in FILE and skip downloading any file already in it]':'':_files \ --range'[Index range(s) specifying which files to download. These can be either a constant value, range, or slice (e.g. '\''5'\'', '\''8-20'\'', or '\''1:24:3'\'')]':'' \ ---chapter-range'[Like '\''--range'\'', but applies to manga chapters and other delegated URLs]':'' \ +--post-range'[Like '\''--range'\'', but for posts]':'' \ +--chapter-range'[Like '\''--range'\'', but for child extractors handling manga chapters, external URLs, etc.]':'' \ --filter'[Python expression controlling which files to download. Files for which the expression evaluates to False are ignored. Available keys are the filename-specific ones listed by '\''-K'\''. Example: --filter "image_width >= 1000 and rating in ('\''s'\'', '\''q'\'')"]':'' \ ---chapter-filter'[Like '\''--filter'\'', but applies to manga chapters and other delegated URLs]':'' \ +--post-filter'[Like '\''--filter'\'', but for posts]':'' \ +--chapter-filter'[Like '\''--filter'\'', but for child extractors handling manga chapters, external URLs, etc.]':'' \ {-P,--postprocessor}'[Activate the specified post processor]':'' \ --no-postprocessors'[Do not run any post processors]' \ {-O,--postprocessor-option}'[Additional post processor options]':'' \ -- cgit v1.2.3