[wikimedia] add 'subcategories' option (#2340)
https://github.com/mikf/gallery-dl/pull/2340#issuecomment-2707177295
This commit is contained in:
@@ -5288,6 +5288,16 @@ Description
|
||||
The value must be between 10 and 500.
|
||||
|
||||
|
||||
extractor.wikimedia.subcategories
|
||||
---------------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``true``
|
||||
Description
|
||||
For ``Category:`` pages, recursively descent into subcategories.
|
||||
|
||||
|
||||
extractor.ytdl.cmdline-args
|
||||
---------------------------
|
||||
Type
|
||||
|
||||
@@ -905,7 +905,8 @@
|
||||
"wikimedia":
|
||||
{
|
||||
"sleep-request": "1.0-2.0",
|
||||
"limit": 50
|
||||
"limit": 50,
|
||||
"subcategories": true
|
||||
},
|
||||
|
||||
"booru":
|
||||
|
||||
Reference in New Issue
Block a user