Comment 4 for bug 1449249

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

@Eran Uzan, hmm I think that should do the job. This should vastly simplify the parsing code at http://bazaar.launchpad.net/~podbird-devs/podbird/devel/view/head:/app/podcasts.js#L168. We could even go one step further and add some reliability by looking for other potential fields in case the fields are not completely valid.

However, one thing that this doesn't support is feeds that require authentication. But then again we could handle that using a different logic.

Want to explore XmlListModel and try replacing our current parser with it ;) ?