diff --git a/src/calibre/gui2/dialogs/user_profiles.py b/src/calibre/gui2/dialogs/user_profiles.py index 92d20a6f03..b81b5271bc 100644 --- a/src/calibre/gui2/dialogs/user_profiles.py +++ b/src/calibre/gui2/dialogs/user_profiles.py @@ -219,6 +219,7 @@ class %(classname)s(%(base_class)s): title = %(title)s oldest_article = %(oldest_article)d max_articles_per_feed = %(max_articles)d + auto_cleanup = True feeds = %(feeds)s '''%dict(classname=classname, title=repr(title), diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index d7d9b0643a..06bde76c6a 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -138,6 +138,12 @@ class BasicNewsRecipe(Recipe): #: Reverse the order of articles in each feed reverse_article_order = False + #: Automatically extract all the text from downloaded article pages. Uses + #: the algorithms from the readability project. Setting this to True, means + #: that you do not have to worry about cleaning up the downloaded HTML + #: manually (though manual cleanup will always be superior). + auto_cleanup = False + #: Specify any extra :term:`CSS` that should be addded to downloaded :term:`HTML` files #: It will be inserted into `