mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-21 02:51:26 -04:00
The search endpoint has no xml extension.
This commit is contained in:
parent
f30c4aace5
commit
f65f8c1c31
@ -211,7 +211,7 @@ void ContentManager::updateRemoteLibrary() {
|
||||
url.setScheme("http");
|
||||
url.setHost(CATALOG_HOST);
|
||||
url.setPort(CATALOG_PORT);
|
||||
url.setPath("/catalog/search.xml");
|
||||
url.setPath("/catalog/search");
|
||||
url.setQuery(query);
|
||||
qInfo() << "Downloading" << url;
|
||||
kiwix::Manager manager(&m_remoteLibrary);
|
||||
|
Loading…
x
Reference in New Issue
Block a user