mirror of
https://github.com/sussy-code/providers.git
synced 2026-08-19 13:35:56 +00:00
demote insert unit
This commit is contained in:
parent
f32e193d7a
commit
0fa94d9c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ async function comboScraper(ctx: ShowScrapeContext | MovieScrapeContext): Promis
|
|||
export const insertunitScraper = makeSourcerer({
|
||||
id: 'insertunit',
|
||||
name: 'Insertunit',
|
||||
rank: 120,
|
||||
rank: 12,
|
||||
flags: [flags.CORS_ALLOWED, flags.IP_LOCKED],
|
||||
scrapeMovie: comboScraper,
|
||||
scrapeShow: comboScraper,
|
||||
|
|
|
|||
Loading…
Reference in a new issue