This commit is contained in:
Kovid Goyal 2021-07-27 12:11:27 +05:30
parent 3e09d4f456
commit 4c168fd409
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -75,6 +75,8 @@ def parse_article(edg):
def article_parse(data):
yield "<html><body>"
for frm in data['frms']:
if not frm:
continue
for mod in frm.get('mods', ()):
for edg in mod.get('edgs', ()):
if edg.get('cmsType') == 'ArticleBodyTile':