We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd49f44 commit 691cfc3Copy full SHA for 691cfc3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@himeka/booru",
3
- "version": "2.7.0",
+ "version": "2.7.1",
4
"description": "Search (and do other things) on a bunch of different boorus!",
5
"author": "asadahimeka (https://github.com/asadahimeka)",
6
"license": "MIT",
src/sites.json
@@ -128,19 +128,6 @@
128
"paginate": "pid",
129
"random": false
130
},
131
- "allgirl.booru.org": {
132
- "domain": "allgirl.booru.org",
133
- "aliases": [
134
- "allgirl"
135
- ],
136
- "nsfw": true,
137
- "api": {
138
- "search": "/index.php?page=dapi&s=post&q=index&json=1&",
139
- "postView": "/index.php?page=post&s=view&json=1&id="
140
- },
141
- "paginate": "pid",
142
- "random": false
143
144
"tbib.org": {
145
"domain": "tbib.org",
146
"aliases": [
0 commit comments