[myhentaigallery] add 'tag' extractor (#8537)

This commit is contained in:
Mike Fährmann
2025-11-10 18:20:17 +01:00
parent 8876272e3c
commit d75a135e03
3 changed files with 61 additions and 6 deletions

View File

@@ -35,4 +35,26 @@ __tests__ = (
"#class" : myhentaigallery.MyhentaigalleryGalleryExtractor,
},
{
"#url" : "https://myhentaigallery.com/g/artist/8084?sorting=favorite",
"#class" : myhentaigallery.MyhentaigalleryTagExtractor,
"#pattern" : myhentaigallery.MyhentaigalleryGalleryExtractor.pattern,
"#count" : 18,
},
{
"#url" : "https://myhentaigallery.com/g/group/2",
"#class" : myhentaigallery.MyhentaigalleryTagExtractor,
},
{
"#url" : "https://myhentaigallery.com/g/parody/8239",
"#class" : myhentaigallery.MyhentaigalleryTagExtractor,
},
{
"#url" : "https://myhentaigallery.com/g/category/59",
"#class" : myhentaigallery.MyhentaigalleryTagExtractor,
},
)