From cad93526ce90f4b2962996e1a3b071a596bdf52b Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Mon, 27 Nov 2017 17:40:26 -0500 Subject: [PATCH] hdfull: fix thumbnail --- plugin.video.alfa/channels/hdfull.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/hdfull.py b/plugin.video.alfa/channels/hdfull.py index fe00c900..425c8534 100644 --- a/plugin.video.alfa/channels/hdfull.py +++ b/plugin.video.alfa/channels/hdfull.py @@ -310,7 +310,8 @@ def fichas(item): for scrapedurl, scrapedthumbnail, scrapedlangs, scrapedrating, scrapedtitle, scrapedid in matches: - thumbnail = scrapedthumbnail.replace("/tthumb/130x190/", "/thumbs/") + #thumbnail = scrapedthumbnail.replace("/tthumb/130x190/", "/thumbs/") + thumbnail = scrapedthumbnail language = '' title = scrapedtitle.strip() show = title