[wikimedia] add 'subcategories' option (#2340)

https://github.com/mikf/gallery-dl/pull/2340#issuecomment-2707177295
This commit is contained in:
Mike Fährmann
2025-03-12 21:09:28 +01:00
parent 3e64ec4f15
commit cd1ddb0a67
4 changed files with 45 additions and 2 deletions

View File

@@ -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

View File

@@ -905,7 +905,8 @@
"wikimedia":
{
"sleep-request": "1.0-2.0",
"limit": 50
"limit": 50,
"subcategories": true
},
"booru":