Skip to content

Commit

Permalink
Disable remotestream
Browse files Browse the repository at this point in the history
  • Loading branch information
erynith authored Mar 23, 2024
1 parent 28be597 commit 33f6fe5
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 33f6fe5

Please sign in to comment.