[gelbooru_v01] remove 'tlb.booru.org' from supported domains

403 Forbidden
nginx

it is also no longer listed on https://booru.org/top
This commit is contained in:
Mike Fährmann
2022-05-10 12:23:05 +02:00
parent 6b6eb0b8f6
commit 60f4d59b1e
2 changed files with 0 additions and 13 deletions

View File

@@ -957,12 +957,6 @@ Consider all sites to be NSFW unless otherwise known.
<td>Favorites, Posts, Tag Searches</td>
<td></td>
</tr>
<tr>
<td>The Loud Booru</td>
<td>https://tlb.booru.org/</td>
<td>Favorites, Posts, Tag Searches</td>
<td></td>
</tr>
<tr>
<td colspan="4"><strong>Gelbooru Beta 0.2</strong></td>

View File

@@ -79,10 +79,6 @@ BASE_PATTERN = GelbooruV01Extractor.update({
"root": "https://vidyart.booru.org",
"pattern": r"vidyart\.booru\.org",
},
"theloudbooru": {
"root": "https://tlb.booru.org",
"pattern": r"tlb\.booru\.org",
},
})
@@ -108,7 +104,6 @@ class GelbooruV01TagExtractor(GelbooruV01Extractor):
}),
("https://drawfriends.booru.org/index.php?page=post&s=list&tags=all"),
("https://vidyart.booru.org/index.php?page=post&s=list&tags=all"),
("https://tlb.booru.org/index.php?page=post&s=list&tags=all"),
)
def __init__(self, match):
@@ -144,7 +139,6 @@ class GelbooruV01FavoriteExtractor(GelbooruV01Extractor):
}),
("https://drawfriends.booru.org/index.php?page=favorites&s=view&id=1"),
("https://vidyart.booru.org/index.php?page=favorites&s=view&id=1"),
("https://tlb.booru.org/index.php?page=favorites&s=view&id=1"),
)
def __init__(self, match):
@@ -197,7 +191,6 @@ class GelbooruV01PostExtractor(GelbooruV01Extractor):
}),
("https://drawfriends.booru.org/index.php?page=post&s=view&id=107474"),
("https://vidyart.booru.org/index.php?page=post&s=view&id=383111"),
("https://tlb.booru.org/index.php?page=post&s=view&id=127223"),
)
def __init__(self, match):