mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 21:54:57 +01:00
...
This commit is contained in:
parent
1834ae8a10
commit
c9343d1584
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ def preprocess_html(self, soup):
|
|||
return soup
|
||||
info = Tag(soup,'ul',[('class','ebinfobox')])
|
||||
tools = soup.find('ul', attrs={'class':'tools'})
|
||||
author = tools.find('li','author first')
|
||||
#author = tools.find('li','author first')
|
||||
for tag in ['author first', 'date', 'date first', 'author', 'source']:
|
||||
line = tools.find('li', tag)
|
||||
if line:
|
||||
|
|
|
|||
Loading…
Reference in a new issue