remove unused format-strings

This commit is contained in:
Mike Fährmann
2015-11-29 23:41:43 +01:00
parent c23eaccf46
commit 1497da07de
5 changed files with 3 additions and 11 deletions

View File

@@ -14,8 +14,6 @@ from .. import text
class MangaShareMangaExtractor(Extractor):
"""Extract all manga-chapters from mangashare"""
category = "mangashare"
directory_fmt = ["{category}", "{manga}", "c{chapter:>03} - {title}"]
filename_fmt = "{manga}_c{chapter:>03}_{page:>03}.{extension}"
pattern = [r"(?:https?://)?read\.mangashare\.com/[^/]+$"]
def __init__(self, match):