fix support item.language

This commit is contained in:
greko
2019-06-04 13:02:44 +02:00
parent f137dba2b1
commit d0aeaabaef

View File

@@ -225,7 +225,7 @@ def scrape(item, patron = '', listGroups = [], headers="", blacklist="", data=""
title=longtitle,
fulltitle=title,
show=title,
language = 'ITA' if lang =='' else lang,
language = lang if lang != '' else '',
quality=scraped["quality"],
url=scraped["url"],
infoLabels=infolabels,