From 55b7bb8c2500971c152dff9de0b53f348f6876d8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 25 Nov 2014 17:25:06 +0530 Subject: [PATCH] ... --- src/calibre/web/feeds/jsnews.py | 1 + 1 file changed, 1 insertion(+) 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')