1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Change FossHub RSS url for updates

The new RSS format is compatible with our current parser. FossHub will
redirect old URL to the new one so older clients will not be affected.
This commit is contained in:
sledgehammer999 2018-11-11 18:30:00 +02:00
parent 547140ec46
commit ceb4a0d5fe
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -41,7 +41,7 @@
namespace
{
const QString RSS_URL {QStringLiteral("https://www.fosshub.com/software/feedqBittorent")};
const QString RSS_URL {QStringLiteral("https://www.fosshub.com/feed/5b8793a7f9ee5a5c3e97a3b2.xml")};
QString getStringValue(QXmlStreamReader &xml);
}