[puremashiro] remove module
site has been unreachable for a couple of weeks and now the DNS record is gone as well
This commit is contained in:
parent
b44a296404
commit
d96b3474e5
@ -57,7 +57,6 @@ Pawoo https://pawoo.net Images from Users, Imag
|
||||
Pinterest https://www.pinterest.com Boards, Pins, pin.it Links
|
||||
Pixiv https://www.pixiv.net/ |Images from Use-4| Required
|
||||
PowerManga https://powermanga.org/ Chapters, Manga
|
||||
Pure Mashiro http://reader.puremashiro.moe/ Chapters, Manga
|
||||
Read Comic Online http://readcomiconline.to/ Comic-Issues, Comics
|
||||
RebeccaBlackTech https://rbt.asia/ Threads
|
||||
Reddit https://reddit.com/ individual Images, Submissions, Subreddits Optional (OAuth)
|
||||
|
@ -64,7 +64,6 @@ modules = [
|
||||
"pinterest",
|
||||
"pixiv",
|
||||
"powermanga",
|
||||
"puremashiro",
|
||||
"readcomiconline",
|
||||
"rebeccablacktech",
|
||||
"reddit",
|
||||
|
@ -1,34 +0,0 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2018 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 http://reader.puremashiro.moe/"""
|
||||
|
||||
from . import foolslide
|
||||
|
||||
|
||||
class PuremashiroChapterExtractor(foolslide.FoolslideChapterExtractor):
|
||||
"""Extractor for manga-chapters from reader.puremashiro.moe"""
|
||||
category = "puremashiro"
|
||||
pattern = foolslide.chapter_pattern(r"reader\.puremashiro\.moe")
|
||||
test = [(("http://reader.puremashiro.moe"
|
||||
"/read/parallel-paradise-eng/en-us/0/20/"), {
|
||||
"url": "00d5bc9cbb413ed584ddb091ae2418ca7801b136",
|
||||
"keyword": "73bba3222758927e5a7cdc9e1db9d8307fe944c0",
|
||||
})]
|
||||
scheme = "http"
|
||||
|
||||
|
||||
class PuremashiroMangaExtractor(foolslide.FoolslideMangaExtractor):
|
||||
"""Extractor for manga from reader.puremashiro.moe"""
|
||||
category = "puremashiro"
|
||||
pattern = foolslide.manga_pattern(r"reader\.puremashiro\.moe")
|
||||
test = [("http://reader.puremashiro.moe/series/hayate-no-gotoku/", {
|
||||
"url": "0cf77a623bff35b43323427a8fd1e40ff0e13c09",
|
||||
"keyword": "1b57d724b259a1d81b6352d889a1aa5eb86a6ef9",
|
||||
})]
|
||||
scheme = "http"
|
@ -21,7 +21,6 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"puremashiro", # online reader down
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user