mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
edda5bd29d
commit
55b7bb8c25
@ -146,6 +146,7 @@ class JavascriptRecipe(BasicNewsRecipe):
|
|||||||
Should return a dictionary with keys 'index', 'cover' and 'masthead'.
|
Should return a dictionary with keys 'index', 'cover' and 'masthead'.
|
||||||
'cover' and 'masthead' are optional, if not present, they will be auto-generated.
|
'cover' and 'masthead' are optional, if not present, they will be auto-generated.
|
||||||
The index must be in the same format as described in :meth:`parse_index`.
|
The index must be in the same format as described in :meth:`parse_index`.
|
||||||
|
The cover and masthead must be the downloaded image data as a bytestring.
|
||||||
'''
|
'''
|
||||||
raise NotImplementedError('You must implement this method in your recipe')
|
raise NotImplementedError('You must implement this method in your recipe')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user