Skip to content

Commit 691cfc3

Browse files
committed
🐞 fix: remove allgirl
1 parent cd49f44 commit 691cfc3

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@himeka/booru",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "Search (and do other things) on a bunch of different boorus!",
55
"author": "asadahimeka (https://github.com/asadahimeka)",
66
"license": "MIT",

src/sites.json

-13
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,6 @@
128128
"paginate": "pid",
129129
"random": false
130130
},
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-
},
144131
"tbib.org": {
145132
"domain": "tbib.org",
146133
"aliases": [

0 commit comments

Comments
 (0)