mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-30 11:44:53 +02:00
...
This commit is contained in:
parent
60a99e2cae
commit
de642f5e13
1 changed files with 2 additions and 1 deletions
|
|
@ -973,7 +973,8 @@ def extract_images(self, processed_records, output_dir):
|
|||
continue
|
||||
processed_records.append(i)
|
||||
data = self.sections[i][0]
|
||||
if data[:4] in (b'FLIS', b'FCIS', b'SRCS', b'\xe9\x8e\r\n'):
|
||||
if data[:4] in (b'FLIS', b'FCIS', b'SRCS', b'\xe9\x8e\r\n',
|
||||
b'RESC', b'BOUN', b'FDST', b'DATP'):
|
||||
# A FLIS, FCIS, SRCS or EOF record, ignore
|
||||
continue
|
||||
buf = cStringIO.StringIO(data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue