This commit is contained in:
Kovid Goyal 2011-08-05 01:30:49 -06:00
parent 7e29ea72ad
commit fe949eca07
2 changed files with 6 additions and 4 deletions

View File

@ -114,7 +114,9 @@ class Economist(BasicNewsRecipe):
'description':'', 'date':''}) 'description':'', 'date':''})
if articles: if articles:
feeds[section_title] = articles if section_title not in feeds:
feeds[section_title] = []
feeds[section_title] += articles
ans = [(key, val) for key, val in feeds.iteritems()] ans = [(key, val) for key, val in feeds.iteritems()]
if not ans: if not ans:

View File

@ -13,9 +13,9 @@ First sequences:
0b0110 : 80 2 0b0110 : 80 2
0b0111 : 80 2 80 0b0111 : 80 2 80
Other sequences: 0b0001 = 0
0b0101 : 4 1a 0b0010 = 0
0b0001 : c b1 0b0100 = 2
Opening record Opening record
---------------- ----------------