View Single Post
Old 04-20-2012, 06:48 AM   #10
arraintxo
Junior Member
arraintxo began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2012
Device: Kindle
Quote:
Originally Posted by tBunnyMan View Post
I was looking at your code and I was wondering, Line 66-68
Code:
        index = self.API_INDEX + 'v2/get?' + self.get_auth_params()
        index += '&state=unread'
        index += '&count=' + str(self.max_articles_per_feed)
Won't this pull the NEWEST max_articles_per_feed? The API doesn't have an option to present in reverse so you need to take the list and reverse it yourself before lopping off the feed count.

The biggest reason for modding the RIL plugin in the first place was to add the functionality of presenting oldest to newest, there is a few feature regressions in your version.
You are right on this one. I think I will be able to get around this by asking about stats before downloading the article list.

Thank you.
arraintxo is offline   Reply With Quote