update tests

This commit is contained in:
Mike Fährmann
2016-10-21 20:52:19 +02:00
parent f415d4816b
commit a0f56b2c54
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class DokireaderChapterExtractor(PowermangaChapterExtractor):
pattern = [(r"(?:https?://)?kobato\.hologfx\.com/reader/read/"
r"(.+/([a-z]{2})/\d+/\d+)")]
test = [("https://kobato.hologfx.com/reader/read/hitoribocchi_no_oo_seikatsu/en/3/34", {
"keyword": "04b817c1d1da7d834283a7075c0f2a972dcb0d30",
"keyword": "303f3660772dd393ce01cf248f5cf376629aebc7",
})]
def __init__(self, match):

View File

@@ -21,7 +21,7 @@ class LusciousAlbumExtractor(Extractor):
pattern = [(r"(?:https?://)?(?:www\.)?luscious\.net/c/([^/]+)/"
r"(?:pictures/album|albums)/([^/\d]+(\d+))")]
test = [("https://luscious.net/c/incest_manga/albums/amazon-no-hiyaku-amazon-elixir-english-decensored_261127/view/", {
"url": "12e1fde5ef3c0d41973a85fb27a602eb922c60aa",
"url": "af4aef350612ece66a7b02f0f9b2cd4a4dd8fb53",
"keyword": "e10c7c070ad730e305024fb37cc70af6b05378dd",
})]

View File

@@ -21,7 +21,7 @@ class NhentaiGalleryExtractor(Extractor):
pattern = [r"(?:https?://)?(?:www\.)?nhentai\.net/g/(\d+)"]
test = [("http://nhentai.net/g/147850/", {
"url": "199ddd07dded0f69282e09a372710698ea21ab8e",
"keyword": "c7e37dfe80ca5eee69210c690a1340ea78a932a4",
"keyword": "574e36436a1c01c82e5779207e44e4e78d0e1726",
})]
def __init__(self, match):