From f9817538923c9d929d3da6193187b46f470d6f85 Mon Sep 17 00:00:00 2001 From: Alayn Gortazar Date: Wed, 18 Apr 2012 23:06:32 +0200 Subject: [PATCH] Migrating to getpocket.com --- recipes/readitlater.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/readitlater.recipe b/recipes/readitlater.recipe index 50c0cc27eb..ec0b9c83b7 100644 --- a/recipes/readitlater.recipe +++ b/recipes/readitlater.recipe @@ -32,7 +32,7 @@ class Readitlater(BasicNewsRecipe): use_embedded_content = False needs_subscription = True KEY = '8e0p5f19A74emL3a47goP87m69d4VF8b' - INDEX = 'https://readitlaterlist.com/' + INDEX = 'https://getpocket.com/' LOGIN = INDEX + u'/l' articles = [] @@ -109,7 +109,6 @@ class Readitlater(BasicNewsRecipe): def cleanup(self): # 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)) def createMarkList(self, articles):