mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
1d74d7cc93
commit
baf943e221
@ -18,21 +18,28 @@ class Liberation(BasicNewsRecipe):
|
|||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
|
|
||||||
html2lrf_options = ['--base-font-size', '10']
|
html2lrf_options = ['--base-font-size', '10']
|
||||||
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='h1')
|
dict(name='h1')
|
||||||
,dict(name='div', attrs={'class':'articleContent'})
|
#,dict(name='div', attrs={'class':'object-content text text-item'})
|
||||||
|
,dict(name='div', attrs={'class':'article'})
|
||||||
|
#,dict(name='div', attrs={'class':'articleContent'})
|
||||||
,dict(name='div', attrs={'class':'entry'})
|
,dict(name='div', attrs={'class':'entry'})
|
||||||
]
|
]
|
||||||
|
remove_tags_after = [ dict(name='div',attrs={'class':'toolbox extra_toolbox'}) ]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='p', attrs={'class':'clear'})
|
dict(name='p', attrs={'class':'clear'})
|
||||||
,dict(name='ul', attrs={'class':'floatLeft clear'})
|
,dict(name='ul', attrs={'class':'floatLeft clear'})
|
||||||
,dict(name='div', attrs={'class':'clear floatRight'})
|
,dict(name='div', attrs={'class':'clear floatRight'})
|
||||||
,dict(name='object')
|
,dict(name='object')
|
||||||
|
,dict(name='div', attrs={'class':'toolbox'})
|
||||||
|
,dict(name='div', attrs={'class':'cartridge cartridge-basic-bubble cat-zoneabo'})
|
||||||
|
#,dict(name='div', attrs={'class':'clear block block-call-items'})
|
||||||
|
,dict(name='div', attrs={'class':'block-content'})
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'La une', u'http://www.liberation.fr/rss/laune')
|
(u'La une', u'http://www.liberation.fr/rss/laune')
|
||||||
,(u'Monde' , u'http://www.liberation.fr/rss/monde')
|
,(u'Monde' , u'http://www.liberation.fr/rss/monde')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user