mirror of
https://github.com/p-stream/providers.git
synced 2026-04-27 02:03:13 +00:00
Update src/providers/sources/showbox/index.ts
This commit is contained in:
parent
964aee7c78
commit
3e7d1f19d3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import { NotFoundError } from '@/utils/errors';
|
||||||
const showboxBase = `https://www.showbox.media`;
|
const showboxBase = `https://www.showbox.media`;
|
||||||
|
|
||||||
export const showBoxScraper = makeSourcerer({
|
export const showBoxScraper = makeSourcerer({
|
||||||
id: 'showBox',
|
id: 'show_box',
|
||||||
name: 'ShowBox',
|
name: 'ShowBox',
|
||||||
rank: 20,
|
rank: 20,
|
||||||
flags: [flags.NO_CORS],
|
flags: [flags.NO_CORS],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue