mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
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:
parent
8d285c66aa
commit
d9cd5d4680
2 changed files with 319 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue