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

@@ -15,8 +15,6 @@ import re
class MangaMintMangaExtractor(Extractor):
"""Extract all manga-chapters from mangamint"""
category = "mangamint"
directory_fmt = ["{category}", "{manga}", "c{chapter:>03}"]
filename_fmt = "{manga}_c{chapter:>03}_{page:>03}.{extension}"
pattern = [r"(?:https?://)?(?:www\.)?mangamint\.com(/manga/[^\?]+-manga)"]
url_base = "https://www.mangamint.com"