[gelbooru_v01] 'vidyart' -> 'vidyart2'

This commit is contained in:
Mike Fährmann
2023-07-14 15:09:39 +02:00
parent e40b90e137
commit ffbbbd3baf
3 changed files with 9 additions and 9 deletions

View File

@@ -1070,8 +1070,8 @@ Consider all sites to be NSFW unless otherwise known.
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td>/v/idyart</td> <td>/v/idyart2</td>
<td>https://vidyart.booru.org/</td> <td>https://vidyart2.booru.org/</td>
<td>Favorites, Posts, Tag Searches</td> <td>Favorites, Posts, Tag Searches</td>
<td></td> <td></td>
</tr> </tr>

View File

@@ -78,9 +78,9 @@ BASE_PATTERN = GelbooruV01Extractor.update({
"root": "https://drawfriends.booru.org", "root": "https://drawfriends.booru.org",
"pattern": r"drawfriends\.booru\.org", "pattern": r"drawfriends\.booru\.org",
}, },
"vidyart": { "vidyart2": {
"root": "https://vidyart.booru.org", "root": "https://vidyart2.booru.org",
"pattern": r"vidyart\.booru\.org", "pattern": r"vidyart2\.booru\.org",
}, },
}) })
@@ -106,7 +106,7 @@ class GelbooruV01TagExtractor(GelbooruV01Extractor):
"count": 25, "count": 25,
}), }),
("https://drawfriends.booru.org/index.php?page=post&s=list&tags=all"), ("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://vidyart2.booru.org/index.php?page=post&s=list&tags=all"),
) )
def __init__(self, match): def __init__(self, match):
@@ -141,7 +141,7 @@ class GelbooruV01FavoriteExtractor(GelbooruV01Extractor):
"count": 4, "count": 4,
}), }),
("https://drawfriends.booru.org/index.php?page=favorites&s=view&id=1"), ("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://vidyart2.booru.org/index.php?page=favorites&s=view&id=1"),
) )
def __init__(self, match): def __init__(self, match):
@@ -193,7 +193,7 @@ class GelbooruV01PostExtractor(GelbooruV01Extractor):
}, },
}), }),
("https://drawfriends.booru.org/index.php?page=post&s=view&id=107474"), ("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://vidyart2.booru.org/index.php?page=post&s=view&id=39168"),
) )
def __init__(self, match): def __init__(self, match):

View File

@@ -119,7 +119,7 @@ CATEGORY_MAP = {
"thecollection" : "The /co/llection", "thecollection" : "The /co/llection",
"tumblrgallery" : "TumblrGallery", "tumblrgallery" : "TumblrGallery",
"vanillarock" : "もえぴりあ", "vanillarock" : "もえぴりあ",
"vidyart" : "/v/idyart", "vidyart2" : "/v/idyart2",
"vk" : "VK", "vk" : "VK",
"vsco" : "VSCO", "vsco" : "VSCO",
"wallpapercave" : "Wallpaper Cave", "wallpapercave" : "Wallpaper Cave",