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

@ -4,15 +4,14 @@ class CalibreBlog(BasicNewsRecipe):
title = u'Calibre Blog'
language = 'en'
__author__ = 'Krittika Goyal'
oldest_article = 1000 #days
oldest_article = 1000 # days
max_articles_per_feed = 5
use_embedded_content = False
no_stylesheets = True
auto_cleanup = True
resolve_internal_links = True
feeds = [
('Article',
'http://blog.calibre-ebook.com/feeds/posts/default'),
]
('Article', 'http://blog.calibre-ebook.com/feeds/posts/default'),
]