mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
Added IP_LOCKED flag amonst other things requested by mrjvs
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { flags } from '@/main/targets';
|
||||
import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
|
||||
@@ -19,7 +20,7 @@ async function universalScraper(ctx: ShowContext | MovieContext): Promise<Source
|
||||
stream: {
|
||||
playlist: videoUrl,
|
||||
type: 'hls',
|
||||
flags: [],
|
||||
flags: [flags.IP_LOCKED],
|
||||
captions: [],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user