From 13151a1c27c9e6ac6bfe9c8f8b37e0b476a99a01 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Nov 2011 16:38:32 +0530 Subject: [PATCH] ... --- recipes/gosc_niedzielny.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/gosc_niedzielny.recipe b/recipes/gosc_niedzielny.recipe index 1538e7fc2c..6a99411244 100644 --- a/recipes/gosc_niedzielny.recipe +++ b/recipes/gosc_niedzielny.recipe @@ -12,7 +12,6 @@ class GN(BasicNewsRecipe): EDITION = 0 __author__ = 'Piotr Kontek' - title = u'Gość niedzielny' description = 'Weekly magazine' encoding = 'utf-8' no_stylesheets = True @@ -20,6 +19,8 @@ class GN(BasicNewsRecipe): remove_javascript = True temp_files = [] simultaneous_downloads = 1 + masthead_url = 'http://gosc.pl/files/11/03/12/949089_top.gif' + title = u'Gość niedzielny' articles_are_obfuscated = True @@ -64,7 +65,6 @@ class GN(BasicNewsRecipe): if img != None: a = img.parent self.EDITION = a['href'] - self.title = img['alt'] self.cover_url = 'http://www.gosc.pl' + img['src'] if not first: break