update tests
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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",
|
||||
})]
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user