mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
feat: Add deltaScraper to SKIP_VALIDATION_CHECK_IDS in valid.ts
This commit is contained in:
parent
d1386b3478
commit
d22ef8ff27
1 changed files with 2 additions and 1 deletions
|
|
@ -1,9 +1,10 @@
|
|||
import { deltaScraper } from '@/providers/embeds/nsbx/delta';
|
||||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { Stream } from '@/providers/streams';
|
||||
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
||||
import { ProviderRunnerOptions } from '@/runners/runner';
|
||||
|
||||
const SKIP_VALIDATION_CHECK_IDS = [warezcdnembedMp4Scraper.id];
|
||||
const SKIP_VALIDATION_CHECK_IDS = [warezcdnembedMp4Scraper.id, deltaScraper.id];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
if (!stream) return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue