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