Disable Insertunit

temp
This commit is contained in:
TPN 2024-09-17 10:35:38 +01:00
parent ab0b9f2e73
commit b8efe26430
No known key found for this signature in database
GPG Key ID: 40AE091637892B91
1 changed files with 1 additions and 1 deletions

View File

@ -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) {