mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 23:56:17 +01:00
Updated recipe for elektrolese
This commit is contained in:
parent
20bf4092c7
commit
4bcc6cfbff
1 changed files with 5 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class elektrolese(BasicNewsRecipe):
|
|||
oldest_article = 14
|
||||
max_articles_per_feed = 50
|
||||
no_stylesheets = True
|
||||
#html2epub_options = 'linearize_tables = True\nbase_font_size2=14'
|
||||
conversion_options = {'linearize_tables':True}
|
||||
encoding = 'utf-8'
|
||||
|
||||
|
||||
|
|
@ -27,9 +27,12 @@ class elektrolese(BasicNewsRecipe):
|
|||
filter_regexps = [r'ad\.doubleclick\.net']
|
||||
|
||||
remove_tags = [dict(name='div', attrs={'class':'bannerSuperBanner'}),
|
||||
dict(id='comments')]
|
||||
dict(id='comments'),
|
||||
dict(id='Navbar1')]
|
||||
|
||||
|
||||
|
||||
feeds = [ (u'electrolese', u'http://elektrolese.blogspot.com/feeds/posts/default?alt=rss') ]
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue