http://qs321.pair.com?node_id=312711


in reply to Writing a simple RSS aggregator.

your regexp is never matching. the <link> and <title> are never on the same line in the feed.

that's your immediate problem i think. parsing the feed with regexes, you're likely to run into plenty of other problems that i'm sure the other monks will point out.