mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
update vidify rank
This commit is contained in:
parent
9fed6ca107
commit
2bec030d20
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const vidifyScraper = makeSourcerer({
|
||||
id: 'vidify',
|
||||
name: 'Vidify',
|
||||
rank: 184,
|
||||
rank: 124,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue