This commit is contained in:
Kovid Goyal 2024-11-19 14:39:05 +05:30
parent b036a44191
commit c946ffa54b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,7 +100,7 @@ class IndianExpress(BasicNewsRecipe):
def articles_from_soup(self, soup):
ans = []
div = soup.find('div', attrs={'class': ['nation', 'o-opin', 'myie-nation', 'opinion-more-wrapper']]})
div = soup.find('div', attrs={'class': ['nation', 'o-opin', 'myie-nation', 'opinion-more-wrapper']})
for art in div.findAll(
attrs={'class': ['articles', 'o-opin-article', 'myie-articles']}
):