View Single Post
Old 07-30-2018, 03:13 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,382
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You'd need to modify the recipe, see https://manual.calibre-ebook.com/news.html

If you use an rss feed the navigation section gets auto generated from the feed data. If you want to customize it, you's need to override the parse_feeds() method in the recipe. Call the base class method which will give you the parsed entries, then you can make whatever changes you need to them and return the result.
kovidgoyal is offline   Reply With Quote