mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-09 00:17:36 +00:00
remove valid for fed embeds
This commit is contained in:
parent
8c4633fbf6
commit
8afe10ad0f
1 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,5 @@
|
|||
// import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
|
||||
// import { astraScraper, novaScraper, orionScraper } from '@/providers/embeds/whvx';
|
||||
import { FedAPIPrivateScraper, FedAPISharedScraper, FedDBScraper } from '@/providers/embeds/fedapi';
|
||||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { embedsuScraper } from '@/providers/sources/embedsu';
|
||||
import { FedAPIScraper } from '@/providers/sources/fedapi';
|
||||
|
|
@ -19,9 +18,6 @@ const SKIP_VALIDATION_CHECK_IDS = [
|
|||
uiraliveScraper.id,
|
||||
embedsuScraper.id,
|
||||
FedAPIScraper.id,
|
||||
FedAPIPrivateScraper.id,
|
||||
FedDBScraper.id,
|
||||
FedAPISharedScraper.id,
|
||||
];
|
||||
|
||||
export function isValidStream(stream: Stream | undefined): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue