From f8d9553eb59165a8cf17f894a0e1276fb313e547 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 15 Sep 2015 11:01:26 +0200 Subject: [PATCH] Removing Starred feed as it always downloads all the articles I choose to share with others. --- recipes/instapaper.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/instapaper.recipe b/recipes/instapaper.recipe index 4ab2e5d955..df4ba9e49d 100644 --- a/recipes/instapaper.recipe +++ b/recipes/instapaper.recipe @@ -37,8 +37,8 @@ class AdvancedUserRecipe1299694372(BasicNewsRecipe): LOGIN = INDEX + u'/user/login' feeds = [ - (u'Instapaper Unread', u'https://www.instapaper.com/u'), - (u'Instapaper Starred', u'https://www.instapaper.com/starred') + (u'Instapaper Unread', u'https://www.instapaper.com/u') +# (u'Instapaper Starred', u'https://www.instapaper.com/starred') ] def get_browser(self):