Skip to content

Commit

Permalink
Merge pull request #120 from erynith/patch-1
Browse files Browse the repository at this point in the history
Disable remotestream
  • Loading branch information
JorrinKievit authored Mar 23, 2024
2 parents 28be597 + 33f6fe5 commit c686467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/sources/remotestream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const referer = 'https://remotestre.am/';
export const remotestreamScraper = makeSourcerer({
id: 'remotestream',
name: 'Remote Stream',
disabled: true,
rank: 55,
flags: [flags.CORS_ALLOWED],
async scrapeShow(ctx) {
Expand Down

0 comments on commit c686467

Please sign in to comment.