Skip to content

Commit b8efe26

Browse files
committed
Disable Insertunit
temp
1 parent ab0b9f2 commit b8efe26

File tree

1 file changed

+1
-1
lines changed
  • src/providers/sources/insertunit

1 file changed

+1
-1
lines changed

src/providers/sources/insertunit/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const insertUnitBase = 'https://api.insertunit.ws/';
1111
export const insertunitScraper = makeSourcerer({
1212
id: 'insertunit',
1313
name: 'Insertunit',
14-
disabled: false,
14+
disabled: true,
1515
rank: 60,
1616
flags: [flags.CORS_ALLOWED],
1717
async scrapeShow(ctx) {

0 commit comments

Comments
 (0)