From 06da7762643a5201721a7bde573e21e64635b80f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Jan 2010 11:16:51 -0700 Subject: [PATCH] ... --- resources/recipes/atlantic.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/recipes/atlantic.recipe b/resources/recipes/atlantic.recipe index 19f3b112e2..4bf8237e16 100644 --- a/resources/recipes/atlantic.recipe +++ b/resources/recipes/atlantic.recipe @@ -65,6 +65,9 @@ class TheAtlantic(BasicNewsRecipe): date = self.tag_to_string(byline) if byline else '' description = '' + self.log('\tFound article:', title) + self.log('\t\t', url) + articles.append({ 'title':title, 'date':date,