From e7f3c52a0d4245dc2299ab198451eed785e195c0 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Mon, 13 Jan 2020 21:17:42 +0100 Subject: [PATCH] supporto clouflare per wstream e akstream --- core/httptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/httptools.py b/core/httptools.py index 526b555e..aa141e57 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -253,7 +253,7 @@ def downloadpage(url, **opt): load_cookies() domain = urlparse.urlparse(url).netloc CF = False - if domain in ['www.guardaserie.media', 'casacinema.space']: + if domain in ['www.guardaserie.media', 'casacinema.space', 'wstream.video', 'akvideo.stream', 'backin.net', 'dreamsub.stream']: from lib import cloudscraper session = cloudscraper.create_scraper() CF = True