Mark downloaded articles as read

This commit is contained in:
Alayn Gortazar 2012-04-17 22:42:11 +02:00
parent 2a2ae6bb14
commit adf67292fb

View File

@ -110,8 +110,7 @@ class Readitlater(BasicNewsRecipe):
# From a list of urls, create a human-readable JSON string # From a list of urls, create a human-readable JSON string
# suitable for passing to the ReadItLater SEND::READ method. # suitable for passing to the ReadItLater SEND::READ method.
#self.markAsRead(self.createMarkList(self.articles)) self.markAsRead(self.createMarkList(self.articles))
return
def createMarkList(self, articles): def createMarkList(self, articles):
urls = [] urls = []