From c7f95d5a20fbb1c11f9791e6af3a522525ff0dee Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 13 Jan 2020 21:12:17 +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..0cb8fde9 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']: from lib import cloudscraper session = cloudscraper.create_scraper() CF = True