[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:
Mike Fährmann
2018-02-22 23:05:13 +01:00
parent e1e0668ca8
commit edfd3d9fc9
2 changed files with 0 additions and 23 deletions

View File

@@ -86,7 +86,6 @@ modules = [
"whatisthisimnotgoodwithcomputers",
"worldthree",
"yandere",
"yeet",
"xvideos",
"imagehosts",
"directlink",

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.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