From d05942428555c9a07b7bdbea884a3d2ad164f934 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 11 May 2012 00:28:15 +0530 Subject: [PATCH] ... --- recipes/endgadget_ja.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/endgadget_ja.recipe b/recipes/endgadget_ja.recipe index b6f45d7c0f..7eca0a6966 100644 --- a/recipes/endgadget_ja.recipe +++ b/recipes/endgadget_ja.recipe @@ -30,7 +30,6 @@ class EndgadgetJapan(BasicNewsRecipe): for topstories in soup.findAll('div',attrs={'class':'post_content'}): itt = topstories.find('h4') itema = itt.find('a',href=True) - itemdiv = itema.find('div',attrs={'class':'post_body'}) newsarticles.append({ 'title' :itema.string ,'date' :''