mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 09:23:26 +00:00
disable flixhq
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user