diff --git a/recipes/natgeo.recipe b/recipes/natgeo.recipe index 773277e6a2..57ff66dc8d 100644 --- a/recipes/natgeo.recipe +++ b/recipes/natgeo.recipe @@ -75,6 +75,8 @@ def parse_article(edg): def article_parse(data): yield "" 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':