[hentaifoundry] add 'tag' extractor (#6465)
This commit is contained in:
@@ -55,12 +55,24 @@ __tests__ = (
|
||||
"#class" : hentaifoundry.HentaifoundryFavoriteExtractor,
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.hentai-foundry.com/pictures/tagged/kancolle",
|
||||
"#category": ("", "hentaifoundry", "tag"),
|
||||
"#class" : hentaifoundry.HentaifoundryTagExtractor,
|
||||
"#pattern" : r"https://pictures.hentai-foundry.com/[^/]/[^/?#]+/\d+/",
|
||||
"#range" : "20-30",
|
||||
|
||||
"search_tags": "kancolle",
|
||||
},
|
||||
|
||||
{
|
||||
"#url" : "https://www.hentai-foundry.com/pictures/recent/2018-09-20",
|
||||
"#category": ("", "hentaifoundry", "recent"),
|
||||
"#class" : hentaifoundry.HentaifoundryRecentExtractor,
|
||||
"#pattern" : r"https://pictures.hentai-foundry.com/[^/]/[^/?#]+/\d+/",
|
||||
"#range" : "20-30",
|
||||
|
||||
"date": "2018-09-20",
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user