We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0b9f2 commit b8efe26Copy full SHA for b8efe26
src/providers/sources/insertunit/index.ts
@@ -11,7 +11,7 @@ const insertUnitBase = 'https://api.insertunit.ws/';
11
export const insertunitScraper = makeSourcerer({
12
id: 'insertunit',
13
name: 'Insertunit',
14
- disabled: false,
+ disabled: true,
15
rank: 60,
16
flags: [flags.CORS_ALLOWED],
17
async scrapeShow(ctx) {
0 commit comments