update unit test results
This commit is contained in:
@@ -94,7 +94,7 @@ class BobxIdolExtractor(BobxExtractor):
|
|||||||
subcategory = "idol"
|
subcategory = "idol"
|
||||||
pattern = [r"(?:https?://)?(?:www\.)?bobx\.com/([^/]+/[^/?&#]+)/?$"]
|
pattern = [r"(?:https?://)?(?:www\.)?bobx\.com/([^/]+/[^/?&#]+)/?$"]
|
||||||
test = [("http://www.bobx.com/idol/nashiko-momotsuki/", {
|
test = [("http://www.bobx.com/idol/nashiko-momotsuki/", {
|
||||||
"url": "4294c30465ba17c2ed755aa01762c2cb01edc70f",
|
"url": "5e4b57f39dc1b59e80ffa29ca51b6469f13f564d",
|
||||||
})]
|
})]
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
|
|||||||
@@ -68,8 +68,8 @@ class FallenangelsMangaExtractor(MangaExtractor):
|
|||||||
scheme = "https"
|
scheme = "https"
|
||||||
test = [
|
test = [
|
||||||
("http://manga.fascans.com/manga/trinity-seven", {
|
("http://manga.fascans.com/manga/trinity-seven", {
|
||||||
"url": "94eb803094f80e0e7725fdd3f8b826d6afdabb2a",
|
"url": "ea65b3d3c196c46ddd40aa48aa31b434f66cfda5",
|
||||||
"keyword": "2c14cb4fb04af3f049b519336dbcb22bedbf461d",
|
"keyword": "19aceef2fa111d74a535b7bf00a4f75d08806f90",
|
||||||
}),
|
}),
|
||||||
("https://truyen.fascans.com/manga/rakudai-kishi-no-eiyuutan", {
|
("https://truyen.fascans.com/manga/rakudai-kishi-no-eiyuutan", {
|
||||||
"url": "51a731a6b82d5eb7a335fbae6b02d06aeb2ab07b",
|
"url": "51a731a6b82d5eb7a335fbae6b02d06aeb2ab07b",
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ class IdolcomplexPostExtractor(IdolcomplexExtractor,
|
|||||||
"tags_character": "shani_(the_witcher)",
|
"tags_character": "shani_(the_witcher)",
|
||||||
"tags_copyright": "the_witcher",
|
"tags_copyright": "the_witcher",
|
||||||
"tags_idol": "lyumos",
|
"tags_idol": "lyumos",
|
||||||
"tags_medium": "3:2_aspect_ratio",
|
"tags_medium": str,
|
||||||
"tags_general": str,
|
"tags_general": str,
|
||||||
},
|
},
|
||||||
})]
|
})]
|
||||||
|
|||||||
Reference in New Issue
Block a user