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

@@ -46,7 +46,6 @@ class MangastreamChapterExtractor(AsynchronousExtractor):
title, pos = text.extract(page, ' - ', '<', pos)
count, pos = text.extract(page, 'Last Page (', ')', pos)
data = {
"category": self.category,
"manga": manga,
"chapter": text.unquote(self.chapter),
"chapter-id": self.ch_id,