mirror of
https://github.com/p-stream/providers.git
synced 2026-05-21 07:42:04 +00:00
disable flixhq
This commit is contained in:
parent
d3363eafde
commit
4f490dd8f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue