disable broken sources

nepu
ridomovies(shows)
This commit is contained in:
Pas 2025-01-27 12:04:55 -07:00
parent 2a55592f1a
commit f32e193d7a
2 changed files with 2 additions and 1 deletions

View file

@ -81,6 +81,7 @@ export const nepuScraper = makeSourcerer({
name: 'Nepu',
disabled: true,
rank: 210,
disabled: true,
flags: [],
scrapeMovie: universalScraper,
scrapeShow: universalScraper,

View file

@ -80,5 +80,5 @@ export const ridooMoviesScraper = makeSourcerer({
rank: 170,
flags: [],
scrapeMovie: universalScraper,
scrapeShow: universalScraper,
// scrapeShow: universalScraper,
});