mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix recipe
This commit is contained in:
parent
f4e1244803
commit
55dfcdedeb
@ -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…
x
Reference in New Issue
Block a user