mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2e30c49e3f
commit
81aef69b4e
@ -381,7 +381,8 @@ class Chunker(object):
|
|||||||
pass
|
pass
|
||||||
return raw
|
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):
|
def dump(self, orig_dumps):
|
||||||
import tempfile, shutil, os
|
import tempfile, shutil, os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user