print upstream url hls
This commit is contained in:
parent
e9abc7e49e
commit
1ffebd4dc4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user