mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
492b0cdbd9
commit
3caa7b7c92
@ -70,7 +70,7 @@ class Time(JavascriptRecipe):
|
||||
articles = []
|
||||
for article in data['articles']:
|
||||
title = article.get('friendly_title') or article.get('short_title')
|
||||
if title == 'In the Latest Issue':
|
||||
if title == 'In the Latest Issue' or 'content' not in article:
|
||||
continue
|
||||
url = article['shortlink']
|
||||
desc = article.get('excerpt') or ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user