Disable nepu and tasf

This commit is contained in:
TPN 2025-01-30 16:22:50 +00:00
parent dc6de7dd0e
commit 8c72a95230
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ const universalScraper = async (ctx: MovieScrapeContext | ShowScrapeContext) =>
export const nepuScraper = makeSourcerer({
id: 'nepu',
name: 'Nepu',
disabled: true,
rank: 210,
flags: [],
scrapeMovie: universalScraper,

View file

@ -55,6 +55,7 @@ export const TASFScraper = makeSourcerer({
id: 'tasf',
name: 'theyallsayflix.su',
rank: 225,
disabled: true,
flags: [flags.CORS_ALLOWED],
scrapeMovie: comboScraper,
scrapeShow: comboScraper,