mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Update calibre Blog
This commit is contained in:
parent
623d28fa07
commit
2912b411f9
@ -7,12 +7,11 @@ class CalibreBlog(BasicNewsRecipe):
|
|||||||
__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 = True
|
||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
auto_cleanup = True
|
|
||||||
resolve_internal_links = True
|
resolve_internal_links = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Article', 'http://blog.calibre-ebook.com/feeds/posts/default'),
|
('Article', 'https://blog.calibre-ebook.com/feed'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user