mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:23:43 +02:00
...
This commit is contained in:
parent
265eabf1a6
commit
739609210e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def map_resources(self, oeb_book):
|
|||
try:
|
||||
if not isinstance(el.tag, basestring):
|
||||
continue
|
||||
except UnicodeDecodeError:
|
||||
except:
|
||||
continue
|
||||
for attr in attribs:
|
||||
if attr in link_attrs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue