mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1924193 [1843 subscription no longer works](https://bugs.launchpad.net/calibre/+bug/1924193)
This commit is contained in:
parent
745bbccd93
commit
4158611deb
@ -29,7 +29,7 @@ class E1843(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def parse_index(self):
|
def parse_index(self):
|
||||||
soup = self.index_to_soup('https://economist.com/1843/')
|
soup = self.index_to_soup('https://economist.com/1843')
|
||||||
ans = []
|
ans = []
|
||||||
|
|
||||||
for a in soup.findAll(**classes('headline-link')):
|
for a in soup.findAll(**classes('headline-link')):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user