This commit is contained in:
Kovid Goyal 2022-04-15 17:07:35 +05:30
parent d693cb46fe
commit 436b67b89c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'}))