Quote:
Originally Posted by mean_gene
Thanks for the quick response; that helps a lot.
Is "feed.title" the title of the feed?
|
The title of a feed object is assigned in the recipe. I've never needed to access it, since I've always assigned the title I want it to have. Why do you want to know the variable name?
Quote:
Also, does python care where I place the parse_feeds block of code (i.e. above/below the "feeds=[]" section)
|
No.