mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07: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:
parent
4793a35e0b
commit
fc18e6f8df
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue