Fix remotestream base

This commit is contained in:
erynith 2024-01-02 13:54:13 -05:00 committed by GitHub
parent 34a2dd2ec5
commit 27e1ae7e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',