disable catflix 😢

This commit is contained in:
Pas 2025-08-20 10:36:49 -06:00
parent e822356e46
commit a612f37c33
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,6 @@ import { mixdropScraper } from '@/providers/embeds/mixdrop';
import { turbovidScraper } from '@/providers/embeds/turbovid';
import { upcloudScraper } from '@/providers/embeds/upcloud';
import { autoembedScraper } from '@/providers/sources/autoembed';
import { catflixScraper } from '@/providers/sources/catflix';
import { ee3Scraper } from '@/providers/sources/ee3';
import { fsharetvScraper } from '@/providers/sources/fsharetv';
import { insertunitScraper } from '@/providers/sources/insertunit';
@ -87,7 +86,6 @@ export function gatherAllSources(): Array<Sourcerer> {
// all sources are gathered here
return [
cuevana3Scraper,
catflixScraper,
ridooMoviesScraper,
hdRezkaScraper,
warezcdnScraper,

View file

@ -54,7 +54,7 @@ export const catflixScraper = makeSourcerer({
id: 'catflix',
name: 'Catflix',
rank: 160,
disabled: false,
disabled: true,
flags: [],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,