mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
b440de92c9
commit
2b149227f8
@ -98,6 +98,7 @@ class TheHindu(BasicNewsRecipe):
|
|||||||
ans2 = self.hindu_parse_index(soup)
|
ans2 = self.hindu_parse_index(soup)
|
||||||
if ans2:
|
if ans2:
|
||||||
return ans + ans2
|
return ans + ans2
|
||||||
|
return ans
|
||||||
return ans
|
return ans
|
||||||
|
|
||||||
def hindu_parse_index(self, soup):
|
def hindu_parse_index(self, soup):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user