rename 'image-*' & 'chapter-*' options to 'file-*' & 'child-*'
keep support for both names, e.g. file-filter & image-filter, while prioritizing the new names
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
download. These can be either a constant value,
|
||||
range, or slice (e.g. '5', '8-20', or '1:24:3')
|
||||
--post-range RANGE Like '--range', but for posts
|
||||
--chapter-range RANGE Like '--range', but for child extractors
|
||||
--child-range RANGE Like '--range', but for child extractors
|
||||
handling manga chapters, external URLs, etc.
|
||||
--filter EXPR Python expression controlling which files to
|
||||
download. Files for which the expression
|
||||
@@ -171,7 +171,7 @@
|
||||
Example: --filter "image_width >= 1000 and
|
||||
rating in ('s', 'q')"
|
||||
--post-filter EXPR Like '--filter', but for posts
|
||||
--chapter-filter EXPR Like '--filter', but for child extractors
|
||||
--child-filter EXPR Like '--filter', but for child extractors
|
||||
handling manga chapters, external URLs, etc.
|
||||
|
||||
## Post-processing Options:
|
||||
|
||||
Reference in New Issue
Block a user