mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Mark downloaded articles as read
This commit is contained in:
parent
2a2ae6bb14
commit
adf67292fb
@ -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 = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user