Resolve (X)HTML entities in RSS content

Many sites include various HTML entities in the content of RSS feeds.
The most of these entities are not declared in the underlying XML,
so the documents are considered by parser to be malformed.
This patch allows you to successfully parse such soft-malformed
RSS feeds.
Closes #8527.
Closes #8569.
This commit is contained in:
Vladimir Golovnev (Glassez) 2018-03-18 13:31:23 +03:00
parent 8d285c66aa
commit d9cd5d4680
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
2 changed files with 319 additions and 4 deletions

View file

@ -25,8 +25,6 @@
* modify file(s), you may extend this exception to your version of the file(s),
* but you are not obligated to do so. If you do not wish to do so, delete this
* exception statement from your version.
*
* Contact : chris@qbittorrent.org
*/
#pragma once