mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-11 17:55:37 +00:00
Disable Primewire
This commit is contained in:
parent
866e9cf725
commit
9af4cad540
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export const primewireScraper = makeSourcerer({
|
|||
id: 'primewire',
|
||||
name: 'Primewire',
|
||||
rank: 1,
|
||||
disabled: true,
|
||||
flags: [flags.CORS_ALLOWED],
|
||||
async scrapeMovie(ctx) {
|
||||
if (!ctx.media.imdbId) throw new Error('No imdbId provided');
|
||||
|
|
|
|||
Loading…
Reference in a new issue