mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
aa8f8fa098
commit
f4f29c84c0
@ -358,7 +358,7 @@ class Container(ContainerBase):
|
||||
for img in img_xpath(root):
|
||||
img_name = self.href_to_name(img.get('src'), name)
|
||||
if img_name:
|
||||
img.set('data-calibre-src', )
|
||||
img.set('data-calibre-src', img_name)
|
||||
changed.add(name)
|
||||
for link in res_link_xpath(root):
|
||||
ltype = (link.get('type') or 'text/css').lower()
|
||||
|
Loading…
x
Reference in New Issue
Block a user