mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[tmohentai] 'categories' -> 'genres'
quite likely that the site meant 'genres' by "Genders"
This commit is contained in:
parent
0f3a068e3d
commit
725c8dd55a
@ -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…
Reference in New Issue
Block a user