Comment 21 for bug 626023

Revision history for this message
Gabriel Samfira (gabriel-samfira) wrote :

Found another small bug that does not treat an IndexError.

Google buzz can aggregate feeds from popular sites like twitter. Most times the feeds look like:

<a href="http://twitter.com/TwitterUSERID">TwitterUSERID</a>: Message from Twitter here

But in rare cases the feed looks like this:

TwitterUSERID: Message from Twitter here

Unfortunately when an exception is thrown no feeds are imported. The modified patch should take care of that to.