mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-27 13:53:41 +01:00
fix recipe
This commit is contained in:
parent
f4e1244803
commit
55dfcdedeb
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ class Lomza(BasicNewsRecipe):
|
|||
max_articles_per_feed = 100
|
||||
remove_tags = [
|
||||
dict(name='div', attrs={'class': ['bxbanner', 'drukuj', 'wyslijznajomemu']})]
|
||||
keep_only_tags = [dict(name='div', attrs={'class': 'wiadomosc'})]
|
||||
keep_only_tags = [dict(name='div', attrs={'id': 'srodek'})]
|
||||
feeds = [(u'Łomża', u'http://feeds.feedburner.com/4lomza.pl')]
|
||||
|
|
|
|||
Loading…
Reference in a new issue