2. store the items in a file on disk somewhere in your recipe and read them on later runs
1. Have your recipe only process one feed item easily done by overriding the get_feeds() method in your recipe. Call the superclass method and the filter the returned list
|