Skip to content

Add feed content type

crvi requested to merge crvi/totem-pl-parser:add-feed-content-type into master
  • This sets the mimetype as content type for feeds. This should be useful for apps which need the feed content type, post feed parsing. This is currently required for OPML feeds, since they need to be handled differently by the apps than other feeds.

  • The test for 'Handle missing rel property for link node' commit was an issue in the existing code, which failed tests for this MR. So, the test for the issue is handled as part of the original test for this MR. Hence, I've not added a separate test for it.

Merge request reports