[vichan] remove 'wikieat.club'

redirects to some non-vichan site
pull/5712/head
Mike Fährmann 4 months ago
parent 31133b97fb
commit 4d11cd9ffb
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -1413,12 +1413,6 @@ Consider all listed sites to potentially be NSFW.
<td>Boards, Threads</td>
<td></td>
</tr>
<tr>
<td>Wikieat</td>
<td>https://wikieat.club/</td>
<td>Boards, Threads</td>
<td></td>
</tr>
<tr>
<td>Smugloli</td>
<td>https://smuglo.li/</td>

@ -22,10 +22,6 @@ BASE_PATTERN = VichanExtractor.update({
"root": "https://8kun.top",
"pattern": r"8kun\.top",
},
"wikieat": {
"root": "https://wikieat.club",
"pattern": r"wikieat\.club",
},
"smugloli": {
"root": None,
"pattern": r"smuglo(?:\.li|li\.net)",

@ -1,39 +0,0 @@
# -*- coding: utf-8 -*-
# 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.
from gallery_dl.extractor import vichan
__tests__ = (
{
"#url" : "https://wikieat.club/cel/res/25321.html",
"#category": ("vichan", "wikieat", "thread"),
"#class" : vichan.VichanThreadExtractor,
"#pattern" : r"https://wikieat\.club/cel/src/\d+(-\d)?\.\w+",
"#count" : ">= 200",
},
{
"#url" : "https://wikieat.club/cel/index.html",
"#category": ("vichan", "wikieat", "board"),
"#class" : vichan.VichanBoardExtractor,
"#pattern" : vichan.VichanThreadExtractor.pattern,
"#count" : ">= 100",
},
{
"#url" : "https://wikieat.club/cel/catalog.html",
"#category": ("vichan", "wikieat", "board"),
"#class" : vichan.VichanBoardExtractor,
},
{
"#url" : "https://wikieat.club/cel/2.html",
"#category": ("vichan", "wikieat", "board"),
"#class" : vichan.VichanBoardExtractor,
},
)
Loading…
Cancel
Save