[mangadex] improve extraction

- cache manga API results
- add artist, author and date fields to chapter metadata
- remove Manga-/ChapterExtractor inheritance
- minor code simplifications and improvements
This commit is contained in:
Mike Fährmann
2018-08-10 16:26:10 +02:00
parent b1c4c1e13c
commit b55e39d1ee
4 changed files with 75 additions and 41 deletions

View File

@@ -57,6 +57,6 @@ class Rule34PostExtractor(booru.PostMixin, Rule34Extractor):
"tags_artist": "danraku",
"tags_character": "io_(pso2)",
"tags_copyright": "phantasy_star phantasy_star_online_2",
"tags_general": "absurdres blue_hair female highres",
"tags_general": str,
},
})]