ottimizzazione vcrypt e wstream

This commit is contained in:
marco
2020-01-11 12:51:18 +01:00
parent a505cd44cf
commit 5f67d8db15
2 changed files with 14 additions and 14 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
continue
else:
from lib import unshortenit
data, status = unshortenit.unshorten(url)
sh = unshortenit.UnshortenIt()
data, status = sh.unshorten(url)
logger.info("Data - Status zcrypt vcrypt.net: [%s] [%s] " %(data, status))
elif 'linkup' in url or 'bit.ly' in url:
logger.info("DATA LINK {}".format(url))