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');