[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:
Mike Fährmann
2018-04-09 16:05:15 +02:00
parent 564e12ca8f
commit 48a83a89e9
3 changed files with 0 additions and 24 deletions

View File

@@ -49,7 +49,6 @@ modules = [
"kissmanga",
"komikcast",
"konachan",
"loveisover",
"luscious",
"mangadex",
"mangafox",

View File

@@ -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",
})]

View File

@@ -21,7 +21,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"loveisover", # "Name or service not known"
"pinterest", # access_token invalid ?
"puremashiro", # online reader down
}