mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +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';
|
||||
|
||||
const CINEMAOS_SERVERS = [
|
||||
'flowcast',
|
||||
// 'flowcast',
|
||||
'shadow',
|
||||
'asiacloud',
|
||||
'hindicast',
|
||||
'anime',
|
||||
'animez',
|
||||
'guard',
|
||||
'hq',
|
||||
'ninja',
|
||||
'alpha',
|
||||
'kaze',
|
||||
'zenith',
|
||||
// 'hindicast',
|
||||
// 'anime',
|
||||
// 'animez',
|
||||
// 'guard',
|
||||
// 'hq',
|
||||
// 'ninja',
|
||||
// 'alpha',
|
||||
// 'kaze',
|
||||
// 'zenith',
|
||||
'cast',
|
||||
'ghost',
|
||||
// 'ghost',
|
||||
'halo',
|
||||
'kinoecho',
|
||||
'ee3',
|
||||
// 'ee3',
|
||||
'volt',
|
||||
'putafilme',
|
||||
// 'putafilme',
|
||||
'ophim',
|
||||
'kage',
|
||||
// 'kage',
|
||||
];
|
||||
|
||||
async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promise<SourcererOutput> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue