mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 11:23:11 +02:00
...
This commit is contained in:
parent
bb443d01f1
commit
edd99987fa
1 changed files with 4 additions and 1 deletions
|
|
@ -648,7 +648,10 @@ def parse_index(self):
|
|||
'url' : URL of print version,
|
||||
'date' : The publication date of the article as a string,
|
||||
'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`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue