From 53691c917db951038ac4c96175f05f8d1517e03b Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 4 Feb 2020 18:11:49 +0100 Subject: [PATCH] fix piratestreaming (CF) --- core/httptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/httptools.py b/core/httptools.py index c160000d..538cf988 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -254,7 +254,7 @@ def downloadpage(url, **opt): 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', 'ilgeniodellostreaming.si']: + 'dreamsub.stream', 'altadefinizione-nuovo.link', 'ilgeniodellostreaming.si', 'www.piratestreaming.gratis']: from lib import cloudscraper session = cloudscraper.create_scraper() CF = True