mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
bac6acb7a2
commit
f823c2b988
@ -47,7 +47,7 @@ class DefaultProfile(object):
|
|||||||
|
|
||||||
html2lrf_options = [] # List of options to pass to html2lrf
|
html2lrf_options = [] # List of options to pass to html2lrf
|
||||||
# List of regexp substitution rules to run on the downloaded HTML. Each element of the
|
# List of regexp substitution rules to run on the downloaded HTML. Each element of the
|
||||||
# list should be a two element tuple. THe first element of the tuple should
|
# list should be a two element tuple. The first element of the tuple should
|
||||||
# be a compiled regular expression and the second a callable that takes
|
# be a compiled regular expression and the second a callable that takes
|
||||||
# a single match object and returns a string to replace the match.
|
# a single match object and returns a string to replace the match.
|
||||||
preprocess_regexps = []
|
preprocess_regexps = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user