disable flixhq

This commit is contained in:
Ciarands
2024-03-28 21:50:36 +00:00
parent d3363eafde
commit 4f490dd8f1

View File

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