mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 20:03:06 +02:00
...
This commit is contained in:
parent
2e30c49e3f
commit
81aef69b4e
1 changed files with 2 additions and 1 deletions
|
|
@ -381,7 +381,8 @@ def sub(match):
|
|||
pass
|
||||
return raw
|
||||
|
||||
return re.sub(br'<[^>]+(kindle:pos:fid:0000:off:[0-9A-Za-z]{10})', sub, text)
|
||||
return re.sub(br'<[^>]+(kindle:pos:fid:0000:off:[0-9A-Za-z]{10})', sub,
|
||||
text)
|
||||
|
||||
def dump(self, orig_dumps):
|
||||
import tempfile, shutil, os
|
||||
|
|
|
|||
Loading…
Reference in a new issue