Update unshortenit.py

This commit is contained in:
Intel1
2018-04-25 11:35:46 -05:00
committed by GitHub
parent 7c57c6bda7
commit 7b86fce6bf

View File

@@ -159,7 +159,6 @@ class UnshortenIt(object):
r = httptools.downloadpage(
uri, timeout=self._timeout, cookies=False)
html = r.data
logger.info("Intel33 %s" %html)
ysmm = re.findall(r"var ysmm =.*\;?", html)
if len(ysmm) > 0: