Resolve internal links int he Calibre Blog recipe

This commit is contained in:
Kovid Goyal 2015-04-11 12:40:49 +05:30
parent 16efc963e3
commit 7256c5c920

View File

@ -10,9 +10,8 @@ class CalibreBlog(BasicNewsRecipe):
no_stylesheets = True no_stylesheets = True
auto_cleanup = True auto_cleanup = True
resolve_internal_links = True
feeds = [ feeds = [
('Article', ('Article', 'http://blog.calibre-ebook.com/feeds/posts/default'),
'http://blog.calibre-ebook.com/feeds/posts/default'),
] ]