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:
parent
0ba93650e0
commit
a6fe2bb594
@ -82,7 +82,6 @@ modules = [
|
||||
"tumblr",
|
||||
"twitter",
|
||||
"warosu",
|
||||
"whatisthisimnotgoodwithcomputers",
|
||||
"worldthree",
|
||||
"yandere",
|
||||
"xvideos",
|
||||
|
@ -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",
|
||||
})]
|
@ -94,7 +94,6 @@ AUTH_MAP = {
|
||||
|
||||
IGNORE_LIST = (
|
||||
"oauth",
|
||||
"whatisthisimnotgoodwithcomputers",
|
||||
)
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@ TRAVIS_SKIP = {
|
||||
# temporary issues, etc.
|
||||
BROKEN = {
|
||||
"subapics",
|
||||
"whatisthisimnotgoodwithcomputers",
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user