mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
no need to proxy. some links just dont work ig
This commit is contained in:
parent
9b29a4d326
commit
9f84312718
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ import { flags } from '@/entrypoint/utils/targets';
|
|||
import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
import { createM3U8ProxyUrl } from '@/utils/proxy';
|
||||
|
||||
const zoeBase = 'https://zoechip.org';
|
||||
|
||||
|
|
@ -204,7 +203,7 @@ async function comboScraper(ctx: MovieScrapeContext | ShowScrapeContext): Promis
|
|||
{
|
||||
id: 'primary',
|
||||
type: 'hls' as const,
|
||||
playlist: createM3U8ProxyUrl(fileUrl),
|
||||
playlist: fileUrl,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
captions: [],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue