mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
bb94a8dbe2
commit
896c451aef
@ -1417,8 +1417,9 @@ class MOBIFile(object): # {{{
|
|||||||
image_index += 1
|
image_index += 1
|
||||||
r = self.records[i]
|
r = self.records[i]
|
||||||
fmt = None
|
fmt = None
|
||||||
if i >= fii and r.raw[:4] not in (b'FLIS', b'FCIS', b'SRCS',
|
if i >= fii and r.raw[:4] not in {b'FLIS', b'FCIS', b'SRCS',
|
||||||
b'\xe9\x8e\r\n'):
|
b'\xe9\x8e\r\n', b'RESC', b'BOUN', b'FDST', b'DATP',
|
||||||
|
b'AUDI', b'VIDE'}:
|
||||||
try:
|
try:
|
||||||
width, height, fmt = identify_data(r.raw)
|
width, height, fmt = identify_data(r.raw)
|
||||||
except:
|
except:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user