Skip to content

Commit

Permalink
Disable Primewire
Browse files Browse the repository at this point in the history
  • Loading branch information
ztpn committed Dec 8, 2024
1 parent 866e9cf commit 9af4cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/sources/primewire/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 9af4cad

Please sign in to comment.