From 436b67b89cd771a7fb0dab1408a7783c0c5d7802 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 15 Apr 2022 17:07:35 +0530 Subject: [PATCH] ... --- recipes/hindu.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index 4f4708e1f6..adacbedfdd 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -55,8 +55,8 @@ class TheHindu(BasicNewsRecipe): source.extract() except Exception: pass - for img in soup.findAll(attrs={'data-original': True}): - img['src'] = img['data-original'] + # for img in soup.findAll(attrs={'data-original': True}): + # img['src'] = img['data-original'] # Place intro beneath the title, skip duplicates try: soup.h1.insert_after(soup.find('h2', attrs={'class': 'intro'}))