add newlines in hls

This commit is contained in:
Roy Olav Purser 2021-05-14 18:10:06 +02:00
parent 960c1f639b
commit 76ec9db7fd
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -287,7 +287,7 @@ async def rewrite(current, proxy):
ndata += line
else:
ndata += links.pop(0)
ndata += "\n"
ndata += "\n"
return ndata
class MainHandler(tornado.web.RequestHandler):
async def handle_any(self, redir):