mirror of
https://github.com/p-stream/providers.git
synced 2026-03-11 17:55:36 +00:00
Update 1server.ts
This commit is contained in:
parent
08b76f0cd8
commit
226f48459c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ function processProxiedURL(url: string): string {
|
|||
return url.replace(/https:\/\/[^/]+\/m3u8-proxy/, 'https://proxy.fifthwit.net/m3u8-proxy');
|
||||
}
|
||||
|
||||
return url;
|
||||
return createProxyUrl(url);
|
||||
}
|
||||
|
||||
function isOnionflixerUrl(url: string): boolean {
|
||||
|
|
|
|||
Loading…
Reference in a new issue