qBittorrent/src/base/rss/private
Vladimir Golovnev (Glassez) d9cd5d4680
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.
2018-03-18 18:59:55 +03:00
..
rss_parser.cpp Resolve (X)HTML entities in RSS content 2018-03-18 18:59:55 +03:00
rss_parser.h Resolve (X)HTML entities in RSS content 2018-03-18 18:59:55 +03:00