The search endpoint has no xml extension.

This commit is contained in:
Matthieu Gautier 2018-11-02 17:06:54 +01:00
parent f30c4aace5
commit f65f8c1c31

View File

@ -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);