Disable remotestream

This commit is contained in:
erynith 2024-03-23 17:26:25 -04:00 committed by GitHub
parent 28be597b71
commit 33f6fe5953
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({ export const remotestreamScraper = makeSourcerer({
id: 'remotestream', id: 'remotestream',
name: 'Remote Stream', name: 'Remote Stream',
disabled: true,
rank: 55, rank: 55,
flags: [flags.CORS_ALLOWED], flags: [flags.CORS_ALLOWED],
async scrapeShow(ctx) { async scrapeShow(ctx) {