From 2912b411f93f4c39f8b46e03706f4d9eea488d87 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Aug 2020 07:35:48 +0530 Subject: [PATCH] Update calibre Blog --- recipes/calibre_blog.recipe | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes/calibre_blog.recipe b/recipes/calibre_blog.recipe index 7b96ddc2ef..a6b55dfa04 100644 --- a/recipes/calibre_blog.recipe +++ b/recipes/calibre_blog.recipe @@ -7,12 +7,11 @@ class CalibreBlog(BasicNewsRecipe): __author__ = 'Krittika Goyal' oldest_article = 1000 # days max_articles_per_feed = 5 - use_embedded_content = False + use_embedded_content = True no_stylesheets = True - auto_cleanup = True resolve_internal_links = True feeds = [ - ('Article', 'http://blog.calibre-ebook.com/feeds/posts/default'), + ('Article', 'https://blog.calibre-ebook.com/feed'), ]