From b51e4e6da294e946440999aa3eb73830891fd9a3 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 1 Feb 2020 18:29:43 +0100 Subject: [PATCH] fix ilgeniodellostreaming --- channels.json | 2 +- core/httptools.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 9bb90acd..13e587ba 100644 --- a/channels.json +++ b/channels.json @@ -24,7 +24,7 @@ "guardarefilm": "https://www.guardarefilm.red", "guardaserie_stream": "https://guardaserie.store", "guardaserieclick": "https://www.guardaserie.media", - "ilgeniodellostreaming": "https://igds.se", + "ilgeniodellostreaming": "https://ilgeniodellostreaming.si", "italiaserie": "https://italiaserie.org", "mondoserietv": "https://mondoserietv.com", "netfreex": "https://www.netfreex.pro", diff --git a/core/httptools.py b/core/httptools.py index 5e858835..c160000d 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -253,7 +253,8 @@ 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', 'altadefinizione-nuovo.link']: + if domain in ['www.guardaserie.media', 'casacinema.space', 'wstream.video', 'akvideo.stream', 'backin.net', + 'dreamsub.stream', 'altadefinizione-nuovo.link', 'ilgeniodellostreaming.si']: from lib import cloudscraper session = cloudscraper.create_scraper() CF = True