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:
Kovid Goyal 2017-01-17 19:49:50 +05:30
commit 4d88929e4e

View File

@ -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'):