diff --git a/recipes/novaya_gazeta.recipe b/recipes/novaya_gazeta.recipe index 50ce83b130..fb388a07a1 100644 --- a/recipes/novaya_gazeta.recipe +++ b/recipes/novaya_gazeta.recipe @@ -10,9 +10,8 @@ class AdvancedUserRecipe1286819935(BasicNewsRecipe): remove_attributes = ['style'] language = 'ru' - feeds = [(u'Articles', u'http://www.novayagazeta.ru/rss_number.xml')] + feeds = [(u'Articles', u'http://www.novayagazeta.ru/rss/all.xml')] def print_version(self, url): - return url + '?print=true' - + return '%s%s' % (url, '?print=1')