mirror of
https://github.com/p-stream/providers.git
synced 2026-04-20 05:32:07 +00:00
Update valid.ts
This commit is contained in:
parent
dcebd18715
commit
8fb32e0cb8
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ import { viperScraper } from '@/providers/embeds/viper';
|
|||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { embedsuScraper } from '@/providers/sources/embedsu';
|
||||
import { soaperTvScraper } from '@/providers/sources/soapertv';
|
||||
import { vidjoyScraper } from '@/providers/sources/vidjoy';
|
||||
import { vidsrcScraper } from '@/providers/sources/vidsrc';
|
||||
import { wecimaScraper } from '@/providers/sources/wecima';
|
||||
import { Stream } from '@/providers/streams';
|
||||
|
|
@ -33,7 +32,6 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
...cinemaosHexaEmbeds.map((e) => e.id),
|
||||
soaperTvScraper.id,
|
||||
vidsrcScraper.id,
|
||||
vidjoyScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue