I'm trying to parse a feed from a user's Wordpress account, using just one of the user's tags, as opposed to their main feed. (i.e. the Wordpress feed I want is http://[USER].wordpress.com/tag/[TAG-NAME]/feed)

When I save this feed, Feedparser then changes the URL to their main feed - http://[USER].wordpress.com/feed - which parses too much content for what I need. I've also tried their category feed from the wordpress, but with no luck.

I'm using Drupal 5.5, on a fairly clean install. I've all of Feed Aggregator Node, Feed Enclosure and FeedManager installed, with the default Aggregator module disabled.

Please let me know if I'm missing any relevant information in the above.

Thanks,
~Dave