mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
b036a44191
commit
c946ffa54b
@ -100,7 +100,7 @@ class IndianExpress(BasicNewsRecipe):
|
|||||||
|
|
||||||
def articles_from_soup(self, soup):
|
def articles_from_soup(self, soup):
|
||||||
ans = []
|
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(
|
for art in div.findAll(
|
||||||
attrs={'class': ['articles', 'o-opin-article', 'myie-articles']}
|
attrs={'class': ['articles', 'o-opin-article', 'myie-articles']}
|
||||||
):
|
):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user