[yeet] remove module
- archive.yeet.net returns a 500 server error - yeet.net moved to yeet.rip, but the archive is gone
This commit is contained in:
@@ -86,7 +86,6 @@ modules = [
|
|||||||
"whatisthisimnotgoodwithcomputers",
|
"whatisthisimnotgoodwithcomputers",
|
||||||
"worldthree",
|
"worldthree",
|
||||||
"yandere",
|
"yandere",
|
||||||
"yeet",
|
|
||||||
"xvideos",
|
"xvideos",
|
||||||
"imagehosts",
|
"imagehosts",
|
||||||
"directlink",
|
"directlink",
|
||||||
|
|||||||
@@ -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.yeet.net/"""
|
|
||||||
|
|
||||||
from . import chan
|
|
||||||
|
|
||||||
|
|
||||||
class YeetThreadExtractor(chan.FoolfuukaThreadExtractor):
|
|
||||||
"""Extractor for images from threads on archive.yeet.net"""
|
|
||||||
category = "yeet"
|
|
||||||
root = "https://archive.yeet.net"
|
|
||||||
pattern = [r"(?:https?://)?archive\.yeet\.net/([^/]+)/thread/(\d+)"]
|
|
||||||
test = [("https://archive.yeet.net/yeet/thread/359/", {
|
|
||||||
"url": "ced64a1aadaafc4f359ab89d9f801050731803f1",
|
|
||||||
})]
|
|
||||||
referer = False
|
|
||||||
Reference in New Issue
Block a user