mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Closes-Bug: #1657118
This commit is contained in:
parent
e15e3383b0
commit
b1d484b6ed
@ -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