From 800d6ae02eb1d2a6d4757997a75c06f6c4b77376 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Fri, 15 Dec 2017 14:47:35 -0500 Subject: [PATCH] cinefoxtv: fix --- plugin.video.alfa/channels/cinefoxtv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/cinefoxtv.py b/plugin.video.alfa/channels/cinefoxtv.py index ef97f240..07b60ee6 100644 --- a/plugin.video.alfa/channels/cinefoxtv.py +++ b/plugin.video.alfa/channels/cinefoxtv.py @@ -10,7 +10,7 @@ from core import tmdb from core.item import Item from platformcode import config, logger -host = 'http://cinefoxtv.net/' +host = 'http://verhdpelis.com/' headers = [['User-Agent', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'], ['Referer', host]]