mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-20 16:12:25 +00:00
disable insertunit due to error
Failed to verify humanity
This commit is contained in:
parent
f2ff86e884
commit
d34b02e23a
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export const insertunitScraper = makeSourcerer({
|
|||
id: 'insertunit',
|
||||
name: 'Insertunit',
|
||||
rank: 60,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
async scrapeShow(ctx) {
|
||||
const playerData = await ctx.fetcher<string>(`/embed/imdb/${ctx.media.imdbId}`, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue