Update src/providers/sources/showbox/index.ts

This commit is contained in:
William Oldham 2023-10-26 20:33:20 +01:00 committed by GitHub
parent 964aee7c78
commit 3e7d1f19d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ import { NotFoundError } from '@/utils/errors';
const showboxBase = `https://www.showbox.media`;
export const showBoxScraper = makeSourcerer({
id: 'showBox',
id: 'show_box',
name: 'ShowBox',
rank: 20,
flags: [flags.NO_CORS],