mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Use source URL for search plugins
This saves a few URL redirections. And avoids potential issues related to Cloudflare protections/blockages on qbt domain. Closes #22990. PR #23048.
This commit is contained in:
parent
a76f12f3db
commit
3fa812ced6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ namespace
|
|||
QPointer<SearchPluginManager> SearchPluginManager::m_instance = nullptr;
|
||||
|
||||
SearchPluginManager::SearchPluginManager()
|
||||
: m_updateUrl(u"https://searchplugins.qbittorrent.org/nova3/engines/"_s)
|
||||
: m_updateUrl(u"https://raw.githubusercontent.com/qbittorrent/search-plugins/refs/heads/master/nova3/engines/"_s)
|
||||
{
|
||||
Q_ASSERT(!m_instance); // only one instance is allowed
|
||||
m_instance = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue