add manga extractors to all foolslide-based modules
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# it under the terms of the GNU General Public License version 2 as
|
||||
# published by the Free Software Foundation.
|
||||
|
||||
"""Extract manga-chapters from https://gomanga.co/"""
|
||||
"""Extractors for https://gomanga.co/"""
|
||||
|
||||
from . import foolslide
|
||||
|
||||
@@ -26,3 +26,13 @@ class GomangaChapterExtractor(foolslide.FoolslideChapterExtractor):
|
||||
}),
|
||||
]
|
||||
single = False
|
||||
|
||||
|
||||
class GomangaMangaExtractor(foolslide.FoolslideMangaExtractor):
|
||||
"""Extractor for manga from gomanga.co"""
|
||||
category = "gomanga"
|
||||
pattern = foolslide.manga_pattern(r"(?:www\.)?gomanga\.co/reader")
|
||||
test = [("https://gomanga.co/reader/series/pastel/", {
|
||||
"url": "bd1c82d70838d54140a8209296e789f27ceab7cd",
|
||||
})]
|
||||
single = False
|
||||
|
||||
Reference in New Issue
Block a user