View Single Post
Old 03-02-2012, 10:27 AM   #5
savethekudzu
Junior Member
savethekudzu began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2012
Device: Nook Simple Touch
Quote:
Originally Posted by tBunnyMan View Post
I am currently rewriting the RIL plugin and I wanted a lot of the same features!

So far I have added the following features, was there anything else I was missing?
  • Stories displayed from Oldest to Newest
  • Mark as Read when downloaded
  • Minimum and Maximum article found for each run.
A checkbox-selectable option to Mark as Read when downloaded, or to *not* Mark as Read when downloaded? I prefer to download news daily, and if RIL was all marked as read yesterday, I see a "could not download" dialog today.

I've tried to customize the recipe by commenting out cleanup() and replacing it with the following, but this doesn't do what I expect. (I haven't tried to customize a recipe before.)

Code:
    def cleanup(self):
        pass

Last edited by savethekudzu; 03-02-2012 at 10:29 AM.
savethekudzu is offline   Reply With Quote