mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
Update valid.ts
This commit is contained in:
parent
0ffe2ffb5d
commit
9a2ab1bcd4
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import { viperScraper } from '@/providers/embeds/viper';
|
|||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { embedsuScraper } from '@/providers/sources/embedsu';
|
||||
import { nepuScraper } from '@/providers/sources/nepu';
|
||||
import { pirxcyScraper } from '@/providers/sources/pirxcy';
|
||||
import { soaperTvScraper } from '@/providers/sources/soapertv';
|
||||
import { vidsrcScraper } from '@/providers/sources/vidsrc';
|
||||
import { wecimaScraper } from '@/providers/sources/wecima';
|
||||
|
|
@ -36,6 +37,7 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
vidsrcScraper.id,
|
||||
turbovidScraper.id,
|
||||
nepuScraper.id,
|
||||
pirxcyScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue