Merge: Use the DOM parser in the RSS Downloader contrib
authorJean Privat <jean@pryen.org>
Tue, 30 Jun 2015 18:07:07 +0000 (14:07 -0400)
committerJean Privat <jean@pryen.org>
Tue, 30 Jun 2015 18:07:07 +0000 (14:07 -0400)
commitbd1e58a1c39ddb29b2d059f6d8e36ca71fb526f4
tree46084a1adfeb04b6a681e30027ae2500b2e3d846
parente997e203b8e7a2afd2f55dc96d9b68a524f19f6a
parent3f75f312dde2652d704a4c10307b316557a971fc
Merge: Use the DOM parser in the RSS Downloader contrib

`rss_downloader` now uses the DOM XML parser instead of regex to read RSS files. It is also easier to customize its behavior from the config class.

This PR also adds a few services to the DOM parser and fix a few bugs.

---

This PR is based on #1448 with fixed line endings.

Pull-Request: #1545
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>