From 2bfc3d1e7fcf5ff6150422ee0c71d398a69d2b12 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 20 Jun 2021 22:00:22 +0530 Subject: [PATCH] ... --- recipes/hindu.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index a81ddcaa3a..cb24ab2d4b 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -69,9 +69,8 @@ class TheHindu(BasicNewsRecipe): try: desc = soup.find('meta', attrs={'name': 'description'}).get('content') if not desc.startswith('Todays paper'): - desc = entity_to_unicode(desc) desc += '...' if len(desc) >= 199 else '' # indicate truncation - article.text_summary = article.summary = desc + article.text_summary = article.summary = entity_to_unicode(desc) except AttributeError: return