small fixes

This commit is contained in:
Mike Fährmann
2017-06-22 17:03:34 +02:00
parent ccb7973b57
commit e1d82af5e0
4 changed files with 16 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ class FoolslideChapterExtractor(Extractor):
parts = chapter.split(":", maxsplit=1)
title = parts[1].strip() if len(parts) > 1 else ""
self.data["manga"] = text.unescape(manga)
self.data["manga"] = text.unescape(manga).strip()
self.data["title"] = title
self.data["language"] = util.code_to_language(self.data["lang"])
self.data["chapter_string"] = chapter