mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
63f9cbda0b
commit
df065a134e
@ -156,7 +156,7 @@ class MOBIFile(object):
|
|||||||
self.containers = []
|
self.containers = []
|
||||||
known_types = {b'FLIS', b'FCIS', b'SRCS',
|
known_types = {b'FLIS', b'FCIS', b'SRCS',
|
||||||
b'\xe9\x8e\r\n', b'RESC', b'BOUN', b'FDST', b'DATP',
|
b'\xe9\x8e\r\n', b'RESC', b'BOUN', b'FDST', b'DATP',
|
||||||
b'AUDI', b'VIDE', b'CRES', b'CONT', b'CMET'}
|
b'AUDI', b'VIDE', b'CRES', b'CONT', b'CMET', b'PAGE'}
|
||||||
container = None
|
container = None
|
||||||
|
|
||||||
for i, rec in enumerate(records):
|
for i, rec in enumerate(records):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user