Fix #882380 (update "Novaya Gazeta" recipe)

This commit is contained in:
Kovid Goyal 2011-10-27 11:34:30 +05:30
parent b3ac5522ec
commit 2e70664c24

View File

@ -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')