Update calibre Blog

This commit is contained in:
Kovid Goyal 2020-08-11 07:35:48 +05:30
parent 623d28fa07
commit 2912b411f9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'),
]