mirror of
https://github.com/p-stream/providers.git
synced 2026-05-20 06:42:22 +00:00
disable select sources
This commit is contained in:
parent
32c656cee9
commit
a64c7ee84d
1 changed files with 14 additions and 14 deletions
|
|
@ -3,27 +3,27 @@ import { SourcererOutput, makeSourcerer } from '@/providers/base';
|
||||||
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
import { MovieScrapeContext, ShowScrapeContext } from '@/utils/context';
|
||||||
|
|
||||||
const CINEMAOS_SERVERS = [
|
const CINEMAOS_SERVERS = [
|
||||||
'flowcast',
|
// 'flowcast',
|
||||||
'shadow',
|
'shadow',
|
||||||
'asiacloud',
|
'asiacloud',
|
||||||
'hindicast',
|
// 'hindicast',
|
||||||
'anime',
|
// 'anime',
|
||||||
'animez',
|
// 'animez',
|
||||||
'guard',
|
// 'guard',
|
||||||
'hq',
|
// 'hq',
|
||||||
'ninja',
|
// 'ninja',
|
||||||
'alpha',
|
// 'alpha',
|
||||||
'kaze',
|
// 'kaze',
|
||||||
'zenith',
|
// 'zenith',
|
||||||
'cast',
|
'cast',
|
||||||
'ghost',
|
// 'ghost',
|
||||||
'halo',
|
'halo',
|
||||||
'kinoecho',
|
'kinoecho',
|
||||||
'ee3',
|
// 'ee3',
|
||||||
'volt',
|
'volt',
|
||||||
'putafilme',
|
// 'putafilme',
|
||||||
'ophim',
|
'ophim',
|
||||||
'kage',
|
// 'kage',
|
||||||
];
|
];
|
||||||
|
|
||||||
async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> {
|
async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue