mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
ughhh vidjoy blocked netlify and cloudflare proxies
This commit is contained in:
parent
b322268fc2
commit
eb66592b8c
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ async function comboScraper(ctx: MovieScrapeContext): Promise<SourcererOutput> {
|
|||
id: 'primary',
|
||||
type: 'hls',
|
||||
playlist: `${baseUrl}/movies/${ctx.media.tmdbId}/index.m3u8`,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [flags.CORS_ALLOWED, flags.PROXY_BLOCKED],
|
||||
captions: [],
|
||||
},
|
||||
],
|
||||
|
|
@ -42,6 +42,6 @@ export const vidjoyScraper = makeSourcerer({
|
|||
id: 'vidjoy',
|
||||
name: 'Vidjoy',
|
||||
rank: 185,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [flags.CORS_ALLOWED, flags.PROXY_BLOCKED],
|
||||
scrapeMovie: comboScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue