mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update De Morgen
This commit is contained in:
parent
6385a90b1b
commit
860ee4203e
@ -20,10 +20,15 @@ class DeMorganBe(BasicNewsRecipe):
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
|
||||
keep_only_tags = [dict(name='div', attrs={'class': 'art_box2'})]
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class': 'art_box2'}), dict(name='h1'),
|
||||
dict(name='p', attrs={'class': 'article__subtitle'}),
|
||||
dict(name='p', attrs={'class': 'article__intro fjs-article__intro'}),
|
||||
dict(name='div', attrs={'class': 'article__body__container first'}),
|
||||
dict(name='h4'), dict(name='p', attrs={'class': 'article__body__paragraph'})
|
||||
]
|
||||
|
||||
feeds = [
|
||||
|
||||
(u'Nieuws', u'http://www.demorgen.be/nieuws/rss.xml'),
|
||||
(u'De Gedachte', u'http://www.demorgen.be/degedachte/rss.xml'),
|
||||
(u'Financiele morgen', u'http://www.demorgen.be/financielemorgen/rss.xml'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user