Skip to content

Commit

Permalink
Disable Insertunit
Browse files Browse the repository at this point in the history
temp
  • Loading branch information
ztpn committed Sep 17, 2024
1 parent ab0b9f2 commit b8efe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/sources/insertunit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const insertUnitBase = 'https://api.insertunit.ws/';
export const insertunitScraper = makeSourcerer({
id: 'insertunit',
name: 'Insertunit',
disabled: false,
disabled: true,
rank: 60,
flags: [flags.CORS_ALLOWED],
async scrapeShow(ctx) {
Expand Down

0 comments on commit b8efe26

Please sign in to comment.