mirror of
https://github.com/p-stream/providers.git
synced 2026-04-20 05:12:05 +00:00
parent
812e037881
commit
5e0a7eb286
2 changed files with 2 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ function embed(provider: { id: string; name: string; rank: number }) {
|
|||
id: 'primary',
|
||||
type: 'hls',
|
||||
playlist: videoUrl,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
captions: [],
|
||||
headers: {
|
||||
Referer: 'https://streamwish.to/',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import { load } from 'cheerio';
|
||||
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||
import { NotFoundError } from '@/utils/errors';
|
||||
|
|
@ -229,7 +228,7 @@ export const cuevana3Scraper = makeSourcerer({
|
|||
name: 'Cuevana3',
|
||||
rank: 80,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
flags: [],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue