mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:43:25 +00:00
disable flixhq
This commit is contained in:
@@ -11,6 +11,7 @@ export const flixhqScraper = makeSourcerer({
|
|||||||
name: 'FlixHQ',
|
name: 'FlixHQ',
|
||||||
rank: 100,
|
rank: 100,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
|
disabled: true,
|
||||||
async scrapeMovie(ctx) {
|
async scrapeMovie(ctx) {
|
||||||
const id = await getFlixhqId(ctx, ctx.media);
|
const id = await getFlixhqId(ctx, ctx.media);
|
||||||
if (!id) throw new NotFoundError('no search results match');
|
if (!id) throw new NotFoundError('no search results match');
|
||||||
|
Reference in New Issue
Block a user