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

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