mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Resolve internal links int he Calibre Blog recipe
This commit is contained in:
parent
16efc963e3
commit
7256c5c920
@ -4,15 +4,14 @@ class CalibreBlog(BasicNewsRecipe):
|
|||||||
title = u'Calibre Blog'
|
title = u'Calibre Blog'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
__author__ = 'Krittika Goyal'
|
__author__ = 'Krittika Goyal'
|
||||||
oldest_article = 1000 #days
|
oldest_article = 1000 # days
|
||||||
max_articles_per_feed = 5
|
max_articles_per_feed = 5
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
|
|
||||||
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'),
|
]
|
||||||
]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user