mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-09 00:17:36 +00:00
Don’t validate fedapi/db
This commit is contained in:
parent
0e6b45b670
commit
0cf5bdc695
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
|
||||
// import { astraScraper, novaScraper, orionScraper } from '@/providers/embeds/whvx';
|
||||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { FedAPIScraper } from '@/providers/sources/fedapi';
|
||||
import { FedAPIDBScraper } from '@/providers/sources/fedapidb';
|
||||
import { uiraliveScraper } from '@/providers/sources/uiralive';
|
||||
import { Stream } from '@/providers/streams';
|
||||
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
||||
|
|
@ -14,6 +16,8 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
// astraScraper.id,
|
||||
// orionScraper.id,
|
||||
uiraliveScraper.id,
|
||||
FedAPIScraper.id,
|
||||
FedAPIDBScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue