From c1173e30cf7e269ea9a5711894a282850362de36 Mon Sep 17 00:00:00 2001 From: Tom Scholl Date: Mon, 29 Aug 2011 17:55:12 +0100 Subject: [PATCH] Tweaked Hacker News recipe --- recipes/hackernews.recipe | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes/hackernews.recipe b/recipes/hackernews.recipe index e57125465c..9ec26c68eb 100644 --- a/recipes/hackernews.recipe +++ b/recipes/hackernews.recipe @@ -97,10 +97,6 @@ class HackerNews(BasicNewsRecipe): content = u'' else: content = self.get_readable_content(url) - - f = open('/tmp/hn_content.html', 'w') - f.write(content) - f.close() self.temp_files.append(PersistentTemporaryFile('_fa.html')) self.temp_files[-1].write(content)