Package: blam Version: 1.8.6 Severity: important blam currently does not support certain feeds (for example feedburner). i believe that the problem may be due to the use of CDATA elements in those feeds. for example, [1] does not work. i modified line 161 in src/Feedburner.cs to say "Console.WriteLine(e)" to to see the full error, which ends up being a problem in System.DateTime.ParseExact. this leads me to speculate that the "pubDate" tag is not being handled properly (since the feed has the date enclosed in a CDATA element). this may actually be a problem with the underlying mono xml (xmlserializer) library, rather than blam specifically.
note that i am using upstream's 1.8.6 version, not unstable's 1.8.5. thanks for the hard work on this project. [1] http://feeds.feedburner.com/DilbertDailyStrip -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

