mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 00:25:30 +01:00
Closes-Bug: #1657118
This commit is contained in:
parent
e15e3383b0
commit
b1d484b6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def my_parse_index(self, la_une):
|
|||
|
||||
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…
Reference in a new issue