disable moonpic's sources

This commit is contained in:
Pas 2025-07-09 17:48:37 -06:00
parent a71dbc16d8
commit a0e45a46bb
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ export const animeflvScraper = makeSourcerer({
id: 'animeflv',
name: 'AnimeFLV',
rank: 90,
disabled: false,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeShow: comboScraper,
scrapeMovie: comboScraper,

View file

@ -228,7 +228,7 @@ export const cuevana3Scraper = makeSourcerer({
id: 'cuevana3',
name: 'Cuevana3',
rank: 80,
disabled: false,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,