update extractor class hierarchies

- let the GalleryExtractor class inherit directly from Extractor
- make ChapterExtractor a subclass of GalleryExtractor
- change enumeration field names of GalleryExtractors to 'num'
This commit is contained in:
Mike Fährmann
2019-10-16 18:12:07 +02:00
parent 7ebd984e8d
commit 1693d97bd3
13 changed files with 44 additions and 41 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.10.7-dev"
__version__ = "1.11.0-dev"