mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Changing 'unread' state with 'queue'
This commit is contained in:
parent
43ada84eef
commit
6185fa1552
@ -66,7 +66,7 @@ class Readitlater(BasicNewsRecipe):
|
||||
|
||||
def parse_index(self):
|
||||
index = self.API_INDEX + 'v3/get?' + self.get_auth_params()
|
||||
index += '&state=unread'
|
||||
index += '&state=queue'
|
||||
index += '&count=' + str(self.max_articles_per_feed)
|
||||
index += '&sort=oldest'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user