Changing 'unread' state with 'queue'

This commit is contained in:
Alayn Gortazar 2012-04-23 00:55:24 +02:00
parent 43ada84eef
commit 6185fa1552

View File

@ -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'