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):