mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
bb443d01f1
commit
edd99987fa
@ -648,7 +648,10 @@ class BasicNewsRecipe(Recipe):
|
|||||||
'url' : URL of print version,
|
'url' : URL of print version,
|
||||||
'date' : The publication date of the article as a string,
|
'date' : The publication date of the article as a string,
|
||||||
'description' : A summary of the article
|
'description' : A summary of the article
|
||||||
'content' : The full article (can be an empty string). This is used by FullContentProfile
|
'content' : The full article (can be an empty string). Obsolete
|
||||||
|
do not use, instead save the content to a temporary
|
||||||
|
file and pass a file:///path/to/temp/file.html as
|
||||||
|
the URL.
|
||||||
}
|
}
|
||||||
|
|
||||||
For an example, see the recipe for downloading `The Atlantic`.
|
For an example, see the recipe for downloading `The Atlantic`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user