mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a22f9bb9a8
commit
7dc6964421
@ -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')]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user