mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
217d0f3151
commit
7a4b6ace52
@ -291,7 +291,10 @@ class OEBReader(object):
|
|||||||
href, _ = urldefrag(href)
|
href, _ = urldefrag(href)
|
||||||
if not href:
|
if not href:
|
||||||
continue
|
continue
|
||||||
|
try:
|
||||||
href = item.abshref(urlnormalize(href))
|
href = item.abshref(urlnormalize(href))
|
||||||
|
except ValueError: # Malformed URL
|
||||||
|
continue
|
||||||
if href not in manifest.hrefs:
|
if href not in manifest.hrefs:
|
||||||
continue
|
continue
|
||||||
found = manifest.hrefs[href]
|
found = manifest.hrefs[href]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user