mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Mediapart
Fixes #1657118 [mediapart recipe outdated](https://bugs.launchpad.net/calibre/+bug/1657118) Merge branch 'master' of https://github.com/romainsc/calibre
This commit is contained in:
commit
4d88929e4e
@ -54,7 +54,7 @@ class Mediapart(BasicNewsRecipe):
|
||||
|
||||
soup = self.index_to_soup(
|
||||
'https://www.mediapart.fr/journal/fil-dactualites')
|
||||
page = soup.find('div', {'class': 'global-wrapper'})
|
||||
page = soup.find('section', {'class': 'global-wrapper'})
|
||||
fils = page.find('ul', {'class': 'post-list universe-journal'})
|
||||
|
||||
for article in fils.findAll('li'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user