mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 20:46:19 +01:00
Update MIT Technology Review
Fixes #1635338 [MIT Technology Review magazine doesn't download main article](https://bugs.launchpad.net/calibre/+bug/1635338)
This commit is contained in:
parent
e92e7aeb96
commit
a80d6302ec
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def parse_index(self):
|
|||
# parse articles
|
||||
current_articles = []
|
||||
for div in soup.findAll(attrs={'class': lambda x: x in
|
||||
'magazine-features-item__top-title magazine-features-item-title author-tz__title feed-tz__title'.split()}):
|
||||
'magazine-topper__title magazine-features-item__top-title magazine-features-item-title author-tz__title feed-tz__title'.split()}):
|
||||
a = div.find('a', href=True)
|
||||
title = self.tag_to_string(a).strip()
|
||||
href = absurl(a['href'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue