mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 06:43:04 +02:00
Fix #882380 (update "Novaya Gazeta" recipe)
This commit is contained in:
parent
b3ac5522ec
commit
2e70664c24
1 changed files with 2 additions and 3 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue