qBittorrent/src/base/rss
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
..
private Resolve (X)HTML entities in RSS content 2018-03-18 18:59:55 +03:00
rss_article.cpp Fix RSS with normal links do not work (#7016) 2017-06-30 11:16:40 +03:00
rss_article.h Store all RSS Article data in auto downloading job 2017-06-01 16:04:04 +03:00
rss_autodownloader.cpp Prevent detach from containers 2018-03-11 22:25:07 +08:00
rss_autodownloader.h Made smart episode filter regular expression configurable 2018-02-05 19:23:11 +00:00
rss_autodownloadrule.cpp Don't create temporary substrings 2018-02-26 11:39:36 +00:00
rss_autodownloadrule.h Initial implementation of Smart Filter feature 2018-01-27 09:14:36 +00:00
rss_feed.cpp Process loaded RSS articles in case of error 2018-03-16 18:29:38 +03:00
rss_feed.h Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
rss_folder.cpp Prevent possible c++11 range-loop container detach 2018-02-20 19:28:51 +00:00
rss_folder.h Fix Item::unreadCountChanged() emit in wrong place 2017-05-07 18:40:42 +03:00
rss_item.cpp Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
rss_item.h Redesign RSS subsystem 2017-04-23 09:03:46 +03:00
rss_session.cpp Avoid temporary QString allocations 2018-03-07 20:06:00 +08:00
rss_session.h Redesign RSS subsystem 2017-04-23 09:03:46 +03:00