summaryrefslogtreecommitdiffstats
path: root/data/man/gallery-dl.1
diff options
context:
space:
mode:
Diffstat (limited to 'data/man/gallery-dl.1')
-rw-r--r--data/man/gallery-dl.112
1 files changed, 9 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 9751705..90a423a 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2025-10-12" "1.30.10" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2025-12-20" "1.31.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -236,14 +236,20 @@ Record successfully downloaded files in FILE and skip downloading any file alrea
.B "\-\-range" \f[I]RANGE\f[]
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')
.TP
+.B "\-\-post\-range" \f[I]RANGE\f[]
+Like '--range', but for posts
+.TP
.B "\-\-chapter\-range" \f[I]RANGE\f[]
-Like '--range', but applies to manga chapters and other delegated URLs
+Like '--range', but for child extractors handling manga chapters, external URLs, etc.
.TP
.B "\-\-filter" \f[I]EXPR\f[]
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')"
.TP
+.B "\-\-post\-filter" \f[I]EXPR\f[]
+Like '--filter', but for posts
+.TP
.B "\-\-chapter\-filter" \f[I]EXPR\f[]
-Like '--filter', but applies to manga chapters and other delegated URLs
+Like '--filter', but for child extractors handling manga chapters, external URLs, etc.
.TP
.B "\-P, \-\-postprocessor" \f[I]NAME\f[]
Activate the specified post processor