From 4f490dd8f1deedb743739689dc415cca6a7049db Mon Sep 17 00:00:00 2001 From: Ciarands <74070993+Ciarands@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:50:36 +0000 Subject: [PATCH] disable flixhq --- src/providers/sources/flixhq/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/providers/sources/flixhq/index.ts b/src/providers/sources/flixhq/index.ts index 45064ac..b57c1c8 100644 --- a/src/providers/sources/flixhq/index.ts +++ b/src/providers/sources/flixhq/index.ts @@ -11,6 +11,7 @@ export const flixhqScraper = makeSourcerer({ name: 'FlixHQ', rank: 100, flags: [flags.CORS_ALLOWED], + disabled: true, async scrapeMovie(ctx) { const id = await getFlixhqId(ctx, ctx.media); if (!id) throw new NotFoundError('no search results match');