mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 10:12:34 -04:00
...
This commit is contained in:
@@ -103,6 +103,9 @@ class WallStreetJournal(BasicNewsRecipe):
|
||||
current_articles.append({'title': title, 'url':url,
|
||||
'description':desc, 'date':''})
|
||||
|
||||
if current_articles and current_section:
|
||||
feeds.append((current_section, current_articles))
|
||||
|
||||
return feeds
|
||||
|
||||
def cleanup(self):
|
||||
|
||||
Reference in New Issue
Block a user