Feed Elements
Anyone know the syntax for accessing the different feed elements?
There's a bit of info in the sample code sticky but it doesn't work (might be missing an import...feedparser?).
I'm guessing this is the title of the article:
curarticle.title
Not sure what this is:
curarticle.title.upper
This is probably used for loops:
curfeed.articles
|