mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
disable moonpic's sources
This commit is contained in:
parent
a71dbc16d8
commit
a0e45a46bb
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue