disable select sources

This commit is contained in:
Pas 2025-05-21 18:41:52 -06:00
parent 32c656cee9
commit a64c7ee84d

View file

@ -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> {