mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 17:34:04 +02:00
Fix London Review of Books
This commit is contained in:
parent
a7f054ec5c
commit
18db66fd77
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ def get_cover_url(self):
|
|||
soup = self.index_to_soup('http://www.lrb.co.uk/')
|
||||
cover_item = soup.find('p',attrs={'class':'cover'})
|
||||
if cover_item:
|
||||
cover_url = 'http://www.lrb.co.uk' + cover_item.a.img['src']
|
||||
cover_url = cover_item.a.img['src']
|
||||
return cover_url
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue