From b562b1cec0ae9c39d273cd4e192b0373aa6c6cc9 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 13 Apr 2020 12:28:26 +0200 Subject: [PATCH] Fix stayonline.pro (in caso di http) --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index b3d0c38c..c9ed8b4c 100755 --- a/core/support.py +++ b/core/support.py @@ -598,7 +598,7 @@ def swzz_get_url(item): if not "vcrypt" in data: data = httptools.downloadpage(data).data logger.debug("##### play /link/ data ##\n%s\n##" % data) - elif 'https://stayonline.pro' in item.url: + elif 'stayonline.pro' in item.url: # dbg() id = item.url.split('/')[-2] reqUrl = 'https://stayonline.pro/ajax/linkView.php'