mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Bump module_version in nytimes live parser
This commit is contained in:
parent
bea3a726f2
commit
b059f940a8
@ -9,7 +9,7 @@ from xml.sax.saxutils import escape, quoteattr
|
||||
|
||||
from calibre.utils.iso8601 import parse_iso8601
|
||||
|
||||
module_version = 5 # needed for live updates
|
||||
module_version = 6 # needed for live updates
|
||||
pprint
|
||||
|
||||
|
||||
@ -147,7 +147,7 @@ def parse_types(x):
|
||||
yield ''.join(parse_types(x['media']))
|
||||
elif x.get('__typename', '') == 'Video':
|
||||
yield ''.join(parse_vid(x))
|
||||
|
||||
|
||||
elif x.get('__typename', '') == 'InteractiveBlock':
|
||||
yield ''.join(parse_types(x['media']))
|
||||
elif x.get('__typename', '') == 'EmbeddedInteractive':
|
||||
|
Loading…
x
Reference in New Issue
Block a user