[yomanga] remove module

site has been shut down
pull/17/head
Mike Fährmann 7 years ago
parent cbb4323f66
commit 2974d782a3
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -115,8 +115,6 @@ Supported Sites
+-------------------+---------------------------------------+----------------------------------------------------------+
|Yandere |https://yande.re/ |Pools, Posts, Tag-Searches |
+-------------------+---------------------------------------+----------------------------------------------------------+
|YoManga |https://yomanga.co/ |Chapters, Manga |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Yonkou Productions |https://yonkouprod.com/ |Chapters, Manga |
+-------------------+---------------------------------------+----------------------------------------------------------+
|Chronos |http://chronos.to/ |individual Images |

@ -66,7 +66,6 @@ modules = [
"twitter",
"worldthree",
"yandere",
"yomanga",
"yonkouprod",
"imagehosts",
"recursive",

@ -1,30 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright 2017 Mike Fährmann
#
# 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.
"""Extractors for https://yomanga.co/"""
from . import foolslide
class YomangaChapterExtractor(foolslide.FoolslideChapterExtractor):
"""Extractor for manga-chapters from yomanga.co"""
category = "yomanga"
pattern = foolslide.chapter_pattern(r"(?:www\.)?yomanga\.co/reader")
test = [("https://yomanga.co/reader/read/uwakoi/en/0/2/", {
"url": "4b5d8fc5902f03647cc876cf6643849e5bc05455",
})]
single = False
class YomangaMangaExtractor(foolslide.FoolslideMangaExtractor):
"""Extractor for manga from yomanga.co"""
category = "yomanga"
pattern = foolslide.manga_pattern(r"(?:www\.)?yomanga\.co/reader")
test = [("https://yomanga.co/reader/series/6_weapons/", {
"url": "19a4828d3a06a4c89c885847c83af54ec1add0f7",
})]

@ -51,7 +51,7 @@ skip = [
# dont work on travis-ci
"exhentai", "kissmanga", "mangafox", "dynastyscans", "nijie",
# temporary issues
"yomanga",
"imagebam",
]
# enable selective testing for direct calls
if __name__ == '__main__' and len(sys.argv) > 1:

Loading…
Cancel
Save