remove explicit (sub)category keywords

This commit is contained in:
Mike Fährmann
2016-09-25 14:22:07 +02:00
parent a347d50ef5
commit 19c2d4ff6f
43 changed files with 26 additions and 104 deletions

View File

@@ -52,7 +52,6 @@ class SenmangaChapterExtractor(Extractor):
manga, pos = text.extract(title, '| Raw | ', ' | Chapter ')
chapter, pos = text.extract(title, '', ' | Page ', pos)
return {
"category": self.category,
"manga": text.unescape(manga.replace("-", " ")),
"chapter": chapter,
"count": count,