This commit is contained in:
Kovid Goyal 2014-04-17 20:39:20 +05:30
parent a22f9bb9a8
commit 7dc6964421

View File

@ -1,4 +1,4 @@
#!usr/bin/env python #!/usr/bin/env python
__license__ = 'GPL v3' __license__ = 'GPL v3'
__copyright__ = 'MrStefan, teepel' __copyright__ = 'MrStefan, teepel'
@ -23,7 +23,7 @@ class mojegotowanie(BasicNewsRecipe):
no_stylesheets=True no_stylesheets=True
keep_only_tags =[] keep_only_tags =[]
keep_only_tags.append(dict(name = 'div', attrs = {'class' : 'content'})) keep_only_tags.append(dict(name='div', attrs={'class' : 'content'}))
feeds = [(u'Artykuły', u'http://mojegotowanie.pl/rss/feed/artykuly'), feeds = [(u'Artykuły', u'http://mojegotowanie.pl/rss/feed/artykuly'),
(u'Przepisy', u'http://mojegotowanie.pl/rss/feed/przepisy')] (u'Przepisy', u'http://mojegotowanie.pl/rss/feed/przepisy')]