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