mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
b1ede44bee
commit
c802411f28
@ -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…
x
Reference in New Issue
Block a user