diff --git a/src/calibre/web/feeds/jsnews.py b/src/calibre/web/feeds/jsnews.py index 4993598fa8..854792924f 100644 --- a/src/calibre/web/feeds/jsnews.py +++ b/src/calibre/web/feeds/jsnews.py @@ -146,6 +146,7 @@ class JavascriptRecipe(BasicNewsRecipe): Should return a dictionary with keys 'index', 'cover' and 'masthead'. '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 cover and masthead must be the downloaded image data as a bytestring. ''' raise NotImplementedError('You must implement this method in your recipe')