[chevereto] add 'category' extractor (#5179)

This commit is contained in:
Mike Fährmann
2025-09-15 21:58:47 +02:00
parent 5ddc0064ed
commit 9ea0071bdf
3 changed files with 25 additions and 4 deletions

View File

@@ -49,4 +49,13 @@ __tests__ = (
),
},
{
"#url" : "https://imglike.com/category/Bursting-boobs",
"#category": ("chevereto", "imglike", "category"),
"#class" : chevereto.CheveretoCategoryExtractor,
"#pattern" : chevereto.CheveretoImageExtractor.pattern,
"#range" : "1-100",
"#count" : 100,
},
)