From a17019cd6aa7b6b9a1c01ee71d2c2d778a8bfe1e Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 22 May 2020 17:23:08 +0200 Subject: [PATCH] ops --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index c32aa568..245a6cd1 100755 --- a/core/support.py +++ b/core/support.py @@ -337,7 +337,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t thumbnail=item.thumbnail if function == 'episodios' or not scraped["thumb"] else scraped["thumb"], args=item.args, contentSerieName= item.contentSerieName if item.contentSerieName else title if 'movie' not in [item.contentType, CT] and function == 'episodios' else item.fulltitle, - contentTitle= title if 'movie' in [item.contentType, CT] else '', + contentTitle=item.contentTitle if item.contentTitle else title if 'movie' in [item.contentType, CT] else '', contentLanguage = lang1, contentEpisodeNumber=episode if episode else '', news= item.news if item.news else '',