improve foolslide volume- and chapter-keywords

This commit is contained in:
Mike Fährmann
2016-10-28 00:35:48 +02:00
parent 2a632c9bfd
commit 005c539829
3 changed files with 13 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ class DokireaderChapterExtractor(FoolslideChapterExtractor):
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": "303f3660772dd393ce01cf248f5cf376629aebc7",
"keyword": "4ee981ae14c6643f6a03a14c9f2c0d4898202671",
})]
def __init__(self, match):