How add a simple cover to a custom news source?
Hello,
Sorry but I have tried hard following different indications in the forum to add to my custom recipes a simple cover image, different from the one produced by Calibre.
Could anyone provide me with an easy to copy and paste solutions to add a cover?
I tried to add this in the "Advanced Mode" box:
def get_cover_url(self):
cover_url = "actual url"
return cover_url
but Calibre gives me an error message.
Should I add something else?
Thanks!
|