mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-31 06:58:34 +00:00
Fix remotestream base
This commit is contained in:
parent
34a2dd2ec5
commit
27e1ae7e0b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue