print upstream url hls

This commit is contained in:
Roy Olav Purser 2021-05-26 19:29:29 +02:00
parent e9abc7e49e
commit 1ffebd4dc4
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -286,6 +286,7 @@ async def rewrite(current, proxy):
text = None
try:
async with proxy.session() as session:
logger.info(current)
resp = await session.get(current)
text = await resp.text()
logger.info(text)