From adf67292fb4641ed4ad10d21348fe6dfb749ce0b Mon Sep 17 00:00:00 2001 From: Alayn Gortazar Date: Tue, 17 Apr 2012 22:42:11 +0200 Subject: [PATCH] Mark downloaded articles as read --- recipes/readitlater.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/readitlater.recipe b/recipes/readitlater.recipe index 5e425b8b5f..50c0cc27eb 100644 --- a/recipes/readitlater.recipe +++ b/recipes/readitlater.recipe @@ -110,8 +110,7 @@ class Readitlater(BasicNewsRecipe): # From a list of urls, create a human-readable JSON string # suitable for passing to the ReadItLater SEND::READ method. - #self.markAsRead(self.createMarkList(self.articles)) - return + self.markAsRead(self.createMarkList(self.articles)) def createMarkList(self, articles): urls = []