print upstream url hls
This commit is contained in:
		@@ -286,6 +286,7 @@ async def rewrite(current, proxy):
 | 
				
			|||||||
    text = None
 | 
					    text = None
 | 
				
			||||||
    try:
 | 
					    try:
 | 
				
			||||||
        async with proxy.session() as session:
 | 
					        async with proxy.session() as session:
 | 
				
			||||||
 | 
					            logger.info(current)
 | 
				
			||||||
            resp = await session.get(current)
 | 
					            resp = await session.get(current)
 | 
				
			||||||
            text = await resp.text()
 | 
					            text = await resp.text()
 | 
				
			||||||
            logger.info(text)
 | 
					            logger.info(text)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user