fix typo in README

This commit is contained in:
Mike Fährmann
2019-03-23 22:11:08 +01:00
parent e47a24afc7
commit eacebf41e4
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ class KomikcastMangaExtractor(KomikcastBase, MangaExtractor):
mtype , pos = text.extract(page, ">Type:" , "</span>", pos)
return {
"manga": text.unescape(manga.rpartition(" - ")[0]),
"manga": text.unescape(manga[:-12]),
"author": text.remove_html(author),
"genres": text.split_html(genres)[::2],
"type": text.remove_html(mtype),