[tmohentai] 'categories' -> 'genres'

quite likely that the site meant 'genres' by "Genders"
pull/4850/head
Mike Fährmann 10 months ago
parent 0f3a068e3d
commit 725c8dd55a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -38,7 +38,7 @@ class TmohentaiGalleryExtractor(GalleryExtractor):
"title" : text.unescape(extr("<h3>", "<").strip()),
"artists" : text.split_html(extr(
"<label>Artists and Artists Groups</label>", "</ul>")),
"categories": text.split_html(extr(
"genres" : text.split_html(extr(
"<label>Genders</label>", "</ul>")),
"tags" : text.split_html(extr(
"<label>Tags</label>", "</ul>")),

@ -16,7 +16,7 @@ __tests__ = (
"#count" : 46,
"artists" : ["Andoryu"],
"categories": [
"genres" : [
"Big Breasts",
"BlowJob",
"Cheating",

Loading…
Cancel
Save