Merge pull request #120 from erynith/patch-1

Disable remotestream
This commit is contained in:
Jorrin 2024-03-23 22:28:26 +01:00 committed by GitHub
commit c686467b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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) {