From e5d1526006f8298f36e10367d326c90c79bee62d Mon Sep 17 00:00:00 2001 From: greko Date: Sun, 26 May 2019 16:20:24 +0200 Subject: [PATCH] fix a support --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 8eb21e4d..ea408156 100644 --- a/core/support.py +++ b/core/support.py @@ -154,7 +154,7 @@ def scrape(item, patron = '', listGroups = [], headers="", blacklist="", data="" val = scrapertoolsV2.find_single_match(item.url, 'https?://[a-z0-9.-]+') + val scraped[kk] = val - title = scrapertoolsV2.decodeHtmlentities(scraped["title"]).replace('"', "'").strip() + title = scrapertoolsV2.decodeHtmlentities(scraped["title"]).replace('"', "'").strip() # fix by greko da " a ' plot = scrapertoolsV2.htmlclean(scrapertoolsV2.decodeHtmlentities(scraped["plot"])) longtitle = '[B]' + title + '[/B] '