mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
parent
db36f75519
commit
b85e8c5d7d
20 changed files with 70 additions and 95 deletions
|
|
@ -143,6 +143,6 @@ proc createMediaRouter*(cfg: Config) =
|
|||
|
||||
if ".m3u8" in url:
|
||||
let vid = await safeFetch(url)
|
||||
content = proxifyVideo(vid, cookiePref(proxyVideos))
|
||||
content = proxifyVideo(vid, requestPrefs().proxyVideos)
|
||||
|
||||
resp content, m3u8Mime
|
||||
|
|
|
|||
Loading…
Reference in a new issue