Quote:
Originally Posted by marbs
i think i got it this time.
i am still a bit lost with the local and global variables in python....
|
I'm certainly no expert in Python either. However, you do need to get the title out of parse_feeds, where it's local, and into the html processing. parse_feeds will be long gone by the time html processing (pre or post) begins, and it gets restarted for each article.