mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 00:22:07 +00:00
Skip validation for orion scraper!
This commit is contained in:
parent
412b42585f
commit
d261a3baab
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
|
import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
|
||||||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||||
import { astraScraper, novaScraper } from '@/providers/embeds/whvx';
|
import { astraScraper, novaScraper, orionScraper } from '@/providers/embeds/whvx';
|
||||||
import { Stream } from '@/providers/streams';
|
import { Stream } from '@/providers/streams';
|
||||||
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
||||||
import { ProviderRunnerOptions } from '@/runners/runner';
|
import { ProviderRunnerOptions } from '@/runners/runner';
|
||||||
|
|
@ -11,6 +11,7 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
||||||
alphaScraper.id,
|
alphaScraper.id,
|
||||||
novaScraper.id,
|
novaScraper.id,
|
||||||
astraScraper.id,
|
astraScraper.id,
|
||||||
|
orionScraper.id,
|
||||||
];
|
];
|
||||||
|
|
||||||
export function isValidStream(stream: Stream | undefined): boolean {
|
export function isValidStream(stream: Stream | undefined): boolean {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue