From 77f5915915ac06967084df8553123896106b19ac Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 11 Sep 2019 18:11:34 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Novit=C3=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 316e12b7..ca7006ed 100644 --- a/core/support.py +++ b/core/support.py @@ -407,7 +407,7 @@ def scrape(func): if 'fullItemlistHook' in args: itemlist = args['fullItemlistHook'](itemlist) - itemlist = filterLang(item, itemlist) + # itemlist = filterLang(item, itemlist) # causa problemi a newest return itemlist