This commit is contained in:
Kovid Goyal 2013-03-10 10:46:09 +05:30
parent 4d29f658fe
commit db2e6bcb97

View File

@ -22,7 +22,7 @@ class Computerwoche(BasicNewsRecipe):
remove_javascript = True remove_javascript = True
encoding = 'utf-8' encoding = 'utf-8'
html2epub_options = 'base_font_size=10' html2epub_options = 'base_font_size=10'
BasicNewsRecipe.summary_length = 100 summary_length = 100
auto_cleanup = True auto_cleanup = True