mirror of
https://github.com/p-stream/providers.git
synced 2026-05-07 05:39:56 +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',
|
||||
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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue