-
Notifications
You must be signed in to change notification settings - Fork 2
/
boorus.json
70 lines (70 loc) · 2.3 KB
/
boorus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"boorus" : [
{
"names" : ["e621", "e6", "621", "furry", "yiff"],
"url" : "e621.net",
"typ" : 4,
"post_url" : "https://e621.net/posts/"
},
{
"names" : ["furrybooru", "furryb","fur"],
"url" : "furry.booru.org",
"typ" : 1,
"post_url" : "https://furry.booru.org/index.php?page=post&s=view&id="
},
{
"names" : ["realbooru", "rb", "rbooru", "realb"],
"url" : "realbooru.com",
"typ" : 1,
"post_url" : "https://realbooru.com/index.php?page=post&s=view&id="
},
{
"names" : ["safebooru", "safeb", "sbooru", "safe", "sb"],
"url" : "safebooru.org",
"typ" : 1,
"post_url" : "https://safebooru.org/index.php?page=post&s=view&id="
},
{
"names" : ["gelbooru", "gelb", "gbooru", "gb"],
"url" : "gelbooru.com",
"typ" : 1,
"post_url" : "https://gelbooru.com/index.php?page=post&s=view&id="
},
{
"names" : ["rule34", "r34", "34", "xxx"],
"url" : "rule34.xxx",
"typ" : 1,
"post_url" : "https://rule34.xxx/index.php?page=post&s=view&id="
},
{
"names" : ["konachan", "kc", "konac", "kchan"],
"url" : "konachan.com",
"typ" : 2,
"post_url" : "https://konachan.com/post/show/"
},
{
"names" : ["hypnohub", "hypno", "hypnob", "hypnobooru", "hypnohubb", "hypnohubbooru", "hh"],
"url" : "hypnohub.net",
"typ" : 2,
"post_url" : "https://hypnohub.net/post/show/"
},
{
"names" : ["danbooru", "danb", "db", "dbooru"],
"url" : "danbooru.donmai.us",
"typ" : 2,
"post_url" : "https://danbooru.donmai.us/post/show/"
},
{
"names" : ["yandere", "yande", "yre", "yd", "yr"],
"url" : "yande.re",
"typ" : 2,
"post_url" : "https://yande.re/post/show/"
},
{
"names" : ["behoimi", "bhimi", "bhm", "3db"],
"url" : "behoimi.org",
"typ" : 3,
"post_url" : "http://behoimi.org/post/show/"
}
]
}