fix ilgeniodellostreaming

This commit is contained in:
marco
2020-02-01 18:29:43 +01:00
parent 786cd66e09
commit b51e4e6da2
2 changed files with 3 additions and 2 deletions

View File

@@ -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",

View File

@@ -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