[foolfuuka] remove 'archive.alice.al'
This commit is contained in:
@@ -1415,12 +1415,6 @@ Consider all sites to be NSFW unless otherwise known.
|
||||
<td>Boards, Galleries, Search Results, Threads</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rozen Arcana</td>
|
||||
<td>https://archive.alice.al/</td>
|
||||
<td>Boards, Galleries, Search Results, Threads</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TokyoChronos</td>
|
||||
<td>https://www.tokyochronos.net/</td>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2019-2022 Mike Fährmann
|
||||
# Copyright 2019-2023 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
|
||||
@@ -88,10 +88,6 @@ BASE_PATTERN = FoolfuukaExtractor.update({
|
||||
"root": "https://boards.fireden.net",
|
||||
"pattern": r"boards\.fireden\.net",
|
||||
},
|
||||
"rozenarcana": {
|
||||
"root": "https://archive.alice.al",
|
||||
"pattern": r"(?:archive\.)?alice\.al",
|
||||
},
|
||||
"tokyochronos": {
|
||||
"root": "https://www.tokyochronos.net",
|
||||
"pattern": r"(?:www\.)?tokyochronos\.net",
|
||||
@@ -137,9 +133,6 @@ class FoolfuukaThreadExtractor(FoolfuukaExtractor):
|
||||
("https://boards.fireden.net/sci/thread/11264294/", {
|
||||
"url": "61cab625c95584a12a30049d054931d64f8d20aa",
|
||||
}),
|
||||
("https://archive.alice.al/c/thread/2849220/", {
|
||||
"url": "632e2c8de05de6b3847685f4bf1b4e5c6c9e0ed5",
|
||||
}),
|
||||
("https://www.tokyochronos.net/a/thread/241664141/", {
|
||||
"url": "ae03852cf44e3dcfce5be70274cb1828e1dbb7d6",
|
||||
}),
|
||||
@@ -187,7 +180,6 @@ class FoolfuukaBoardExtractor(FoolfuukaExtractor):
|
||||
("https://arch.b4k.co/meta/"),
|
||||
("https://desuarchive.org/a/"),
|
||||
("https://boards.fireden.net/sci/"),
|
||||
("https://archive.alice.al/c/"),
|
||||
("https://www.tokyochronos.net/a/"),
|
||||
("https://rbt.asia/g/"),
|
||||
("https://thebarchive.com/b/"),
|
||||
@@ -231,7 +223,6 @@ class FoolfuukaSearchExtractor(FoolfuukaExtractor):
|
||||
("https://archiveofsins.com/_/search/text/test/"),
|
||||
("https://desuarchive.org/_/search/text/test/"),
|
||||
("https://boards.fireden.net/_/search/text/test/"),
|
||||
("https://archive.alice.al/_/search/text/test/"),
|
||||
("https://www.tokyochronos.net/_/search/text/test/"),
|
||||
("https://rbt.asia/_/search/text/test/"),
|
||||
("https://thebarchive.com/_/search/text/test/"),
|
||||
@@ -297,7 +288,6 @@ class FoolfuukaGalleryExtractor(FoolfuukaExtractor):
|
||||
("https://arch.b4k.co/meta/gallery/"),
|
||||
("https://desuarchive.org/a/gallery/5"),
|
||||
("https://boards.fireden.net/sci/gallery/6"),
|
||||
("https://archive.alice.al/c/gallery/7"),
|
||||
("https://www.tokyochronos.net/a/gallery/7"),
|
||||
("https://rbt.asia/g/gallery/8"),
|
||||
("https://thebarchive.com/b/gallery/9"),
|
||||
|
||||
Reference in New Issue
Block a user