mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Update Smithsonian Magazine
This commit is contained in:
parent
7c1b735906
commit
0c2faeb686
@ -57,5 +57,8 @@ class Smithsonian(BasicNewsRecipe):
|
|||||||
self.log('\tFound article:', title)
|
self.log('\tFound article:', title)
|
||||||
articles.append({'title':title, 'url':url, 'description':desc, 'date':''})
|
articles.append({'title':title, 'url':url, 'description':desc, 'date':''})
|
||||||
|
|
||||||
|
if articles:
|
||||||
|
feeds[section_title] = articles
|
||||||
|
|
||||||
ans = [(key, val) for key, val in feeds.iteritems()]
|
ans = [(key, val) for key, val in feeds.iteritems()]
|
||||||
return ans
|
return ans
|
||||||
|
Loading…
x
Reference in New Issue
Block a user