From 0e94b602947ea00ada4119d06f8b1df3fc277d9d Mon Sep 17 00:00:00 2001 From: thepasto Date: Sat, 13 Apr 2019 13:40:52 +0200 Subject: [PATCH] Cineblog01 host fixe for menu items --- plugin.video.alfa/channels/cineblog01.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin.video.alfa/channels/cineblog01.py b/plugin.video.alfa/channels/cineblog01.py index 00c925f5..7310780e 100644 --- a/plugin.video.alfa/channels/cineblog01.py +++ b/plugin.video.alfa/channels/cineblog01.py @@ -59,6 +59,7 @@ def mainlist(item): def menu(item): + findhost() itemlist= [] data = httptools.downloadpage(item.url, headers=headers).data data = re.sub('\n|\t', '', data)