1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[whatisthisimnotgoodwithcomputers] remove extractor

This commit is contained in:
Mike Fährmann 2018-07-14 08:52:45 +02:00
parent 0ba93650e0
commit a6fe2bb594
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88
4 changed files with 0 additions and 26 deletions

View File

@ -82,7 +82,6 @@ modules = [
"tumblr",
"twitter",
"warosu",
"whatisthisimnotgoodwithcomputers",
"worldthree",
"yandere",
"xvideos",

View File

@ -1,23 +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.whatisthisimnotgoodwithcomputers.com"""
from . import chan
class WitingwcThreadExtractor(chan.FoolfuukaThreadExtractor):
"""Extractor for archive.whatisthisimnotgoodwithcomputers.com"""
category = "whatisthisimnotgoodwithcomputers"
root = "https://archive.whatisthisimnotgoodwithcomputers.com"
pattern = [r"(?:https?://)?archive\.whatisthisimnotgoodwithcomputers\.com/"
r"([^/]+)/thread/(\d+)"]
test = [(("https://archive.whatisthisimnotgoodwithcomputers.com/"
"ref/thread/1094/"), {
"url": "cf8f6d4b4950767d2131de308ebc96eec05b04f6",
})]

View File

@ -94,7 +94,6 @@ AUTH_MAP = {
IGNORE_LIST = (
"oauth",
"whatisthisimnotgoodwithcomputers",
)

View File

@ -23,7 +23,6 @@ TRAVIS_SKIP = {
# temporary issues, etc.
BROKEN = {
"subapics",
"whatisthisimnotgoodwithcomputers",
}