mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1588 (Recipe for "The Economist")
This commit is contained in:
parent
ba463864d0
commit
399b6bbcb0
@ -49,7 +49,9 @@ class Economist(BasicNewsRecipe):
|
||||
if not index_started:
|
||||
continue
|
||||
text = string.capwords(text)
|
||||
if text not in feeds.keys():
|
||||
feeds[text] = []
|
||||
if text not in ans:
|
||||
ans.append(text)
|
||||
key = text
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user