This commit is contained in:
Kovid Goyal 2010-01-13 11:16:51 -07:00
parent 19163e55ca
commit 06da776264

View File

@ -65,6 +65,9 @@ class TheAtlantic(BasicNewsRecipe):
date = self.tag_to_string(byline) if byline else '' date = self.tag_to_string(byline) if byline else ''
description = '' description = ''
self.log('\tFound article:', title)
self.log('\t\t', url)
articles.append({ articles.append({
'title':title, 'title':title,
'date':date, 'date':date,