mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-17 23:11:28 +00:00
Update hls proxy
This commit is contained in:
parent
78dbbf7520
commit
97f34011fc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export function setupProxy(stream: Stream): Stream {
|
|||
: null;
|
||||
|
||||
if (stream.type === 'hls')
|
||||
stream.playlist = `https://busty.prawnhub.ru/proxy/${encodeURIComponent(stream.playlist)}/${headers}`;
|
||||
stream.playlist = `https://swallow.prawnhub.ru/${encodeURIComponent(stream.playlist)}/${headers}`;
|
||||
|
||||
if (stream.type === 'file')
|
||||
Object.entries(stream.qualities).forEach((entry) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue