fix: servers/decrypters/zcrypt.py

corretto!!! OPS! [cit.]
This commit is contained in:
greko17
2019-11-05 00:37:15 +01:00
parent 462676144b
commit e1d3ad0cce

View File

@@ -47,7 +47,8 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
data, status = unshortenit.unshorten(url)
logger.info("Data - Status zcrypt xshield.net: [%s] [%s] " %(data, status))
elif 'vcrypt.net' in url:
if 'myfoldersakstream.php': continue #'very' in url or
if 'myfoldersakstream.php' in url:
continue #'very' in url or
else:
from lib import unshortenit
data, status = unshortenit.unshorten(url)