mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-23 14:44:26 +01:00
Update Smithsonian Magazine
This commit is contained in:
parent
7c1b735906
commit
0c2faeb686
1 changed files with 3 additions and 0 deletions
|
|
@ -57,5 +57,8 @@ def parse_index(self):
|
|||
self.log('\tFound article:', title)
|
||||
articles.append({'title':title, 'url':url, 'description':desc, 'date':''})
|
||||
|
||||
if articles:
|
||||
feeds[section_title] = articles
|
||||
|
||||
ans = [(key, val) for key, val in feeds.iteritems()]
|
||||
return ans
|
||||
|
|
|
|||
Loading…
Reference in a new issue