[gelbooru_v01] support some more boorus by default
- https://drawfriends.booru.org/ - https://vidyart.booru.org/ - https://tlb.booru.org/
This commit is contained in:
@@ -792,11 +792,23 @@ Consider all sites to be NSFW unless otherwise known.
|
|||||||
<td colspan="4"><strong>Gelbooru Beta 0.1.11</strong></td>
|
<td colspan="4"><strong>Gelbooru Beta 0.1.11</strong></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Allgirlbooru</td>
|
<td>/v/idyart</td>
|
||||||
|
<td>https://vidyart.booru.org/</td>
|
||||||
|
<td>Posts, Tag Searches</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>All girl</td>
|
||||||
<td>https://allgirl.booru.org/</td>
|
<td>https://allgirl.booru.org/</td>
|
||||||
<td>Posts, Tag Searches</td>
|
<td>Posts, Tag Searches</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Draw Friends</td>
|
||||||
|
<td>https://drawfriends.booru.org/</td>
|
||||||
|
<td>Posts, Tag Searches</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Illusion Game Cards</td>
|
<td>Illusion Game Cards</td>
|
||||||
<td>https://illusioncards.booru.org/</td>
|
<td>https://illusioncards.booru.org/</td>
|
||||||
@@ -809,6 +821,12 @@ Consider all sites to be NSFW unless otherwise known.
|
|||||||
<td>Posts, Tag Searches</td>
|
<td>Posts, Tag Searches</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>The Loud Booru</td>
|
||||||
|
<td>https://tlb.booru.org/</td>
|
||||||
|
<td>Posts, Tag Searches</td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4"><strong>Gelbooru Beta 0.2</strong></td>
|
<td colspan="4"><strong>Gelbooru Beta 0.2</strong></td>
|
||||||
|
|||||||
@@ -47,6 +47,9 @@ BASE_PATTERN = GelbooruV01Extractor.update({
|
|||||||
"thecollection" : {"root": "https://the-collection.booru.org"},
|
"thecollection" : {"root": "https://the-collection.booru.org"},
|
||||||
"illusioncardsbooru": {"root": "https://illusioncards.booru.org"},
|
"illusioncardsbooru": {"root": "https://illusioncards.booru.org"},
|
||||||
"allgirlbooru" : {"root": "https://allgirl.booru.org"},
|
"allgirlbooru" : {"root": "https://allgirl.booru.org"},
|
||||||
|
"drawfriends" : {"root": "https://drawfriends.booru.org"},
|
||||||
|
"vidyart" : {"root": "https://vidyart.booru.org"},
|
||||||
|
"theloudbooru" : {"root": "https://tlb.booru.org"},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
@@ -70,6 +73,9 @@ class GelbooruV01TagExtractor(GelbooruV01Extractor):
|
|||||||
"range": "1-25",
|
"range": "1-25",
|
||||||
"count": 25,
|
"count": 25,
|
||||||
}),
|
}),
|
||||||
|
("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):
|
def __init__(self, match):
|
||||||
@@ -133,6 +139,9 @@ class GelbooruV01PostExtractor(GelbooruV01Extractor):
|
|||||||
"width": "1600"
|
"width": "1600"
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
("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):
|
def __init__(self, match):
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ CATEGORY_MAP = {
|
|||||||
"2chan" : "Futaba Channel",
|
"2chan" : "Futaba Channel",
|
||||||
"35photo" : "35PHOTO",
|
"35photo" : "35PHOTO",
|
||||||
"adultempire" : "Adult Empire",
|
"adultempire" : "Adult Empire",
|
||||||
"allgirl" : "All girl",
|
"allgirlbooru" : "All girl",
|
||||||
"archivedmoe" : "Archived.Moe",
|
"archivedmoe" : "Archived.Moe",
|
||||||
"archiveofsins" : "Archive of Sins",
|
"archiveofsins" : "Archive of Sins",
|
||||||
"artstation" : "ArtStation",
|
"artstation" : "ArtStation",
|
||||||
@@ -26,6 +26,7 @@ CATEGORY_MAP = {
|
|||||||
"bobx" : "BobX",
|
"bobx" : "BobX",
|
||||||
"deviantart" : "DeviantArt",
|
"deviantart" : "DeviantArt",
|
||||||
"dokireader" : "Doki Reader",
|
"dokireader" : "Doki Reader",
|
||||||
|
"drawfriends" : "Draw Friends",
|
||||||
"dynastyscans" : "Dynasty Reader",
|
"dynastyscans" : "Dynasty Reader",
|
||||||
"e621" : "e621",
|
"e621" : "e621",
|
||||||
"erome" : "EroMe",
|
"erome" : "EroMe",
|
||||||
@@ -95,8 +96,10 @@ CATEGORY_MAP = {
|
|||||||
"tbib" : "The Big ImageBoard",
|
"tbib" : "The Big ImageBoard",
|
||||||
"thebarchive" : "The /b/ Archive",
|
"thebarchive" : "The /b/ Archive",
|
||||||
"thecollection" : "The /co/llection",
|
"thecollection" : "The /co/llection",
|
||||||
|
"theloudbooru" : "The Loud Booru",
|
||||||
"tumblrgallery" : "TumblrGallery",
|
"tumblrgallery" : "TumblrGallery",
|
||||||
"vanillarock" : "もえぴりあ",
|
"vanillarock" : "もえぴりあ",
|
||||||
|
"vidyart" : "/v/idyart",
|
||||||
"vsco" : "VSCO",
|
"vsco" : "VSCO",
|
||||||
"webtoons" : "Webtoon",
|
"webtoons" : "Webtoon",
|
||||||
"wikiart" : "WikiArt.org",
|
"wikiart" : "WikiArt.org",
|
||||||
|
|||||||
Reference in New Issue
Block a user