[yeet] remove module

- archive.yeet.net returns a 500 server error
- yeet.net moved to yeet.rip, but the archive is gone
pull/79/head
Mike Fährmann 7 years ago
parent e1e0668ca8
commit edfd3d9fc9
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -86,7 +86,6 @@ modules = [
"whatisthisimnotgoodwithcomputers",
"worldthree",
"yandere",
"yeet",
"xvideos",
"imagehosts",
"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
Loading…
Cancel
Save