String title = feed.getTitle();
// default title to id if null
if (title == null) {
title = id;
}
info = new SimpleCollectionInfo(title, id, "text/plain",
"text/html", "text/xml", "image/png", "image/jpeg",
"image/gif", "image/svg+xml", "video/mp4");
result.add(info);
} catch (ParseException e) {
log.warn("Could not parse collection info for feed: " + id