From ca6b40ed816ce51711dc33beb3752d10a45957ab Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 15 Sep 2015 11:00:02 +0200 Subject: [PATCH] The order from Instapaper.com looks more natural. --- recipes/instapaper.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/instapaper.recipe b/recipes/instapaper.recipe index 3b9dc0c24c..4ab2e5d955 100644 --- a/recipes/instapaper.recipe +++ b/recipes/instapaper.recipe @@ -12,7 +12,7 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe): category = 'info, custom, Instapaper' oldest_article = 365 max_articles_per_feed = 100 - reverse_article_order = True +# reverse_article_order = True no_stylesheets = False extra_css = 'q { font-style: italic; } .size3mode { color: black; }' remove_javascript = True