Commit Graph

10 Commits

Author SHA1 Message Date
Mike Fährmann
c45770331a use 'str.partition()'
The (r)partition method is always faster then split() or any other
method that has been replaced in this commit.
2017-08-21 18:29:50 +02:00
Mike Fährmann
e1d82af5e0 small fixes 2017-06-22 18:46:42 +02:00
Mike Fährmann
f226417420 simplify code by using a MangaExtractor base class 2017-05-20 11:27:43 +02:00
Mike Fährmann
c9a5650cf8 add manga extractors to all foolslide-based modules 2017-04-11 21:03:40 +02:00
Mike Fährmann
841fd50242 move code into util.py 2017-03-28 13:12:44 +02:00
Mike Fährmann
9a08f8a097 improved foolslide-based extractors
- this includes dokireader, fallenangels, jaiminisbox, powermanga,
  sensescans, worldthree, yonkouprod, gomanga, yomanga
- added 'chapter_string', 'chapter_id', 'chapter_minor' and 'count'
  keywords
- changed the 'chapter' keyword to always be just a number
- changed the default directory format
2017-02-16 23:42:30 +01:00
Mike Fährmann
94e10f249a code adjustments according to pep8 nr2 2017-02-01 00:53:19 +01:00
Mike Fährmann
cfe5bf732a [gomanga] add chapter extractor 2017-01-10 00:05:08 +01:00
Mike Fährmann
005c539829 improve foolslide volume- and chapter-keywords 2016-10-28 00:38:19 +02:00
Mike Fährmann
e1ce27f41b add base class for foolslide based sites 2016-10-23 17:51:12 +02:00