mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 12:04:27 +01:00
...
This commit is contained in:
parent
493338f4a0
commit
56d79c597b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def get_cover_url(self):
|
|||
|
||||
def preprocess_html(self, soup):
|
||||
a = soup.find('a')
|
||||
a.name = 'span'
|
||||
a.name = 'div'
|
||||
h2 = soup.find('h2')
|
||||
h2.string = fix_title(h2.string)
|
||||
return soup
|
||||
|
|
|
|||
Loading…
Reference in a new issue