[loveisover] remove module
archive.loveisover.me was shut down on 2018-03-29; https://www.archiveteam.org/index.php?title=4chan#archive.loveisover.me
This commit is contained in:
@@ -49,7 +49,6 @@ modules = [
|
||||
"kissmanga",
|
||||
"komikcast",
|
||||
"konachan",
|
||||
"loveisover",
|
||||
"luscious",
|
||||
"mangadex",
|
||||
"mangafox",
|
||||
|
||||
@@ -1,22 +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.
|
||||
|
||||
"""Extract images from https://archive.loveisover.me/"""
|
||||
|
||||
from . import chan
|
||||
|
||||
|
||||
class LoveisoverThreadExtractor(chan.FoolfuukaThreadExtractor):
|
||||
"""Extractor for images from threads on archive.loveisover.me"""
|
||||
category = "loveisover"
|
||||
root = "https://archive.loveisover.me"
|
||||
pattern = [r"(?:https?://)?(?:archive\.)?loveisover\.me"
|
||||
r"/([^/]+)/thread/(\d+)"]
|
||||
test = [("https://archive.loveisover.me/c/thread/2898043/", {
|
||||
"url": "f1531a84de4e25ed3ae768384f6be43a0f02db71",
|
||||
})]
|
||||
@@ -21,7 +21,6 @@ TRAVIS_SKIP = {
|
||||
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"loveisover", # "Name or service not known"
|
||||
"pinterest", # access_token invalid ?
|
||||
"puremashiro", # online reader down
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user