mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-21 00:22:07 +00:00
Disable nepu and tasf
This commit is contained in:
parent
dc6de7dd0e
commit
8c72a95230
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue