mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-12 10:00:57 +00:00
update ranks
This commit is contained in:
parent
9fde639abe
commit
ba7f748623
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const FedAPIScraper = makeSourcerer({
|
||||
id: 'fedapi',
|
||||
name: 'FED API (4K)',
|
||||
rank: 129,
|
||||
rank: 140,
|
||||
disabled: false,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const vidsrcsuScraper = makeSourcerer({
|
||||
id: 'vidsrcsu',
|
||||
name: 'vidsrc.su',
|
||||
rank: 140,
|
||||
rank: 150,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue