mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add NASA profile
This commit is contained in:
parent
686fee381f
commit
2c80dbda83
@ -38,8 +38,8 @@ class NASA(DefaultProfile):
|
|||||||
html_description = True
|
html_description = True
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
|
||||||
## Don't grab articles more than 7 days old
|
## Don't grab articles more than 30 days old
|
||||||
oldest_article = 7
|
oldest_article = 30
|
||||||
|
|
||||||
preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in
|
preprocess_regexps = [(re.compile(i[0], re.IGNORECASE | re.DOTALL), i[1]) for i in
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user