diff --git a/stream.py b/stream.py index 628bebd..aaa8a36 100755 --- a/stream.py +++ b/stream.py @@ -192,6 +192,7 @@ class MainHandler(tornado.web.RequestHandler): resp = requests.head(src, allow_redirects=True, proxies=current.req, timeout=2) if resp is not None: src = resp.url + print(src) except Exception as e: print(e) else: