diff --git a/core/httptools.py b/core/httptools.py index aa141e57..5e858835 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', 'wstream.video', 'akvideo.stream', 'backin.net', 'dreamsub.stream']: + if domain in ['www.guardaserie.media', 'casacinema.space', 'wstream.video', 'akvideo.stream', 'backin.net', 'dreamsub.stream', 'altadefinizione-nuovo.link']: from lib import cloudscraper session = cloudscraper.create_scraper() CF = True