[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

@@ -21,4 +21,24 @@ __tests__ = (
"#class" : wikimedia.WikimediaArticleExtractor,
},
{
"#url" : "https://commons.wikimedia.org/wiki/Category:Ivan_Shishkin",
"#comment" : "subcategories",
"#category": ("wikimedia", "wikimediacommons", "category"),
"#class" : wikimedia.WikimediaArticleExtractor,
"#options" : {"image-filter": "False"},
"#urls": (
"https://commons.wikimedia.org/wiki/Category:3558_Shishkin",
"https://commons.wikimedia.org/wiki/Category:Drawings_by_Ivan_Shishkin",
"https://commons.wikimedia.org/wiki/Category:Ivan_Shishkin_grave",
"https://commons.wikimedia.org/wiki/Category:Ivan_Shishkin_in_art",
"https://commons.wikimedia.org/wiki/Category:Ivan_Shishkin._To_the_190th_anniversary_of_the_birth",
"https://commons.wikimedia.org/wiki/Category:Paintings_by_Ivan_Shishkin",
"https://commons.wikimedia.org/wiki/Category:Shishkin_street_(Martyshkino)",
"https://commons.wikimedia.org/wiki/Category:Shishkin_street,_Moscow",
"https://commons.wikimedia.org/wiki/Category:Shishkin's_Pine",
),
},
)