From 258dc1c324925002a1cb1d4e8cd3f1ec6836e368 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Wed, 16 Oct 2019 20:00:36 +0200 Subject: [PATCH] Fix season_completed --- core/support.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 1748daf8..7961ce0a 100644 --- a/core/support.py +++ b/core/support.py @@ -298,7 +298,8 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t contentSerieName= scraped['title'] if item.contentType or CT != 'movie' and function != 'episodios' else item.fulltitle if function == 'episodios' else '', contentTitle= scraped['title'] if item.contentType or CT == 'movie' else '', contentLanguage = lang1, - contentEpisodeNumber=episode if episode else '' + contentEpisodeNumber=episode if episode else '', + news= item.news if item.news else '' ) for lg in list(set(listGroups).difference(known_keys)):