Fix remotestream base

This commit is contained in:
erynith
2024-01-02 13:54:13 -05:00
committed by GitHub
parent 34a2dd2ec5
commit 27e1ae7e0b

View File

@@ -2,7 +2,7 @@ import { flags } from '@/entrypoint/utils/targets';
import { makeSourcerer } from '@/providers/base';
import { NotFoundError } from '@/utils/errors';
const remotestreamBase = `https://fsa.remotestre.am`;
const remotestreamBase = atob('aHR0cHM6Ly9mc2IuOG1ldDNkdGpmcmNxY2hjb25xcGtsd3hzeGIyb2N1bWMuc3RyZWFt');
export const remotestreamScraper = makeSourcerer({
id: 'remotestream',