mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
skip streamtape since it's ip locked I think?
This commit is contained in:
parent
8469150ab9
commit
fc5a98210c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// import { alphaScraper, deltaScraper } from '@/providers/embeds/nsbx';
|
||||
// import { astraScraper, novaScraper, orionScraper } from '@/providers/embeds/whvx';
|
||||
import { bombtheirishScraper } from '@/providers/archive/sources/bombtheirish';
|
||||
import { streamtapeScraper } from '@/providers/embeds/streamtape';
|
||||
import { warezcdnembedMp4Scraper } from '@/providers/embeds/warezcdn/mp4';
|
||||
import { Stream } from '@/providers/streams';
|
||||
import { IndividualEmbedRunnerOptions } from '@/runners/individualRunner';
|
||||
|
|
@ -8,6 +9,7 @@ import { ProviderRunnerOptions } from '@/runners/runner';
|
|||
|
||||
const SKIP_VALIDATION_CHECK_IDS = [
|
||||
warezcdnembedMp4Scraper.id,
|
||||
streamtapeScraper.id,
|
||||
// deltaScraper.id,
|
||||
// alphaScraper.id,
|
||||
// novaScraper.id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue