mirror of
https://github.com/p-stream/providers.git
synced 2026-05-20 20:12:04 +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',
|
id: 'animeflv',
|
||||||
name: 'AnimeFLV',
|
name: 'AnimeFLV',
|
||||||
rank: 90,
|
rank: 90,
|
||||||
disabled: false,
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
|
|
|
||||||
|
|
@ -228,7 +228,7 @@ export const cuevana3Scraper = makeSourcerer({
|
||||||
id: 'cuevana3',
|
id: 'cuevana3',
|
||||||
name: 'Cuevana3',
|
name: 'Cuevana3',
|
||||||
rank: 80,
|
rank: 80,
|
||||||
disabled: false,
|
disabled: true,
|
||||||
flags: [flags.CORS_ALLOWED],
|
flags: [flags.CORS_ALLOWED],
|
||||||
scrapeMovie: comboScraper,
|
scrapeMovie: comboScraper,
|
||||||
scrapeShow: comboScraper,
|
scrapeShow: comboScraper,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue