fix: servers/decrypters/zcrypt.py
per i link vcript verso verystream
This commit is contained in:
@@ -47,8 +47,7 @@ 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' in url:
|
||||
continue #'very' in url or
|
||||
if 'myfoldersakstream.php' in url or '/verys/' in url: continue
|
||||
else:
|
||||
from lib import unshortenit
|
||||
data, status = unshortenit.unshorten(url)
|
||||
|
||||
Reference in New Issue
Block a user