add newlines in hls
This commit is contained in:
parent
960c1f639b
commit
76ec9db7fd
@ -287,7 +287,7 @@ async def rewrite(current, proxy):
|
|||||||
ndata += line
|
ndata += line
|
||||||
else:
|
else:
|
||||||
ndata += links.pop(0)
|
ndata += links.pop(0)
|
||||||
ndata += "\n"
|
ndata += "\n"
|
||||||
return ndata
|
return ndata
|
||||||
class MainHandler(tornado.web.RequestHandler):
|
class MainHandler(tornado.web.RequestHandler):
|
||||||
async def handle_any(self, redir):
|
async def handle_any(self, redir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user