# -*- coding: utf-8 -*- # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. """Extract manga-chapters and entire manga from https://manganelo.com/""" from .common import ChapterExtractor, MangaExtractor from .. import text import re class ManganeloBase(): """Base class for manganelo extractors""" category = "manganelo" root = "https://manganelo.com" @staticmethod def parse_page(page, data): """Parse metadata on 'page' and add it to 'data'""" text.extract_all(page, ( ("manga" , '