Disable remotestream

This commit is contained in:
erynith
2024-03-23 17:26:25 -04:00
committed by GitHub
parent 28be597b71
commit 33f6fe5953

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