Update unshortenit.py
This commit is contained in:
@@ -159,7 +159,6 @@ class UnshortenIt(object):
|
|||||||
r = httptools.downloadpage(
|
r = httptools.downloadpage(
|
||||||
uri, timeout=self._timeout, cookies=False)
|
uri, timeout=self._timeout, cookies=False)
|
||||||
html = r.data
|
html = r.data
|
||||||
logger.info("Intel33 %s" %html)
|
|
||||||
ysmm = re.findall(r"var ysmm =.*\;?", html)
|
ysmm = re.findall(r"var ysmm =.*\;?", html)
|
||||||
|
|
||||||
if len(ysmm) > 0:
|
if len(ysmm) > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user