[imagechest] add 'user' extractor (#5143)

This commit is contained in:
Mike Fährmann
2024-02-11 16:42:30 +01:00
parent 4474cea31b
commit fde82ab0ce
3 changed files with 49 additions and 3 deletions

View File

@@ -41,4 +41,12 @@ __tests__ = (
"#exception": exception.NotFoundError,
},
{
"#url" : "https://imgchest.com/u/LunarLandr",
"#category": ("", "imagechest", "user"),
"#class" : imagechest.ImagechestUserExtractor,
"#pattern" : imagechest.ImagechestGalleryExtractor.pattern,
"#count" : 279,
},
)