mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:33:30 +02:00
This commit is contained in:
parent
b1ede44bee
commit
c802411f28
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Wired(BasicNewsRecipe):
|
|||
description = 'Technology news'
|
||||
timefmt = ' [%Y%b%d %H%M]'
|
||||
no_stylesheets = True
|
||||
html2lrf_options = ['--base-font-size', '12']
|
||||
html2lrf_options = ['--base-font-size', '16']
|
||||
|
||||
preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue