From b2b5d7336b6314fe33cf2990d1adc6472b470d29 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 7 Dec 2019 19:16:21 +0100 Subject: [PATCH] cf list --- core/httptools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/httptools.py b/core/httptools.py index 67768255..00369812 100755 --- a/core/httptools.py +++ b/core/httptools.py @@ -409,7 +409,7 @@ def downloadpage(url, **opt): """ load_cookies() - if scrapertoolsV2.get_domain_from_url(url) in ['www.seriehd.moda', 'wstream.video', 'www.guardaserie.media']: # cloudflare urls + if scrapertoolsV2.get_domain_from_url(url) in ['www.seriehd.moda', 'wstream.video', 'www.guardaserie.media', 'akvideo.stream','www.piratestreaming.top']: # cloudflare urls if opt.get('session', False): session = opt['session'] # same session to speed up search else: