Update hls proxy

This commit is contained in:
TPN 2024-07-01 13:25:36 +01:00
parent 78dbbf7520
commit 97f34011fc
No known key found for this signature in database
GPG key ID: 40AE091637892B91

View file

@ -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) => {