From 386f0fd96671e85d7b51d6edefc6e2bf03a8e1ce 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 f82008eb..e148480c 100755 --- a/core/support.py +++ b/core/support.py @@ -595,7 +595,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'