mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Forvo api calls via https
This commit is contained in:
parent
d54e0ca9fd
commit
da197ff5cd
2
forvo.cc
2
forvo.cc
|
@ -168,7 +168,7 @@ void ForvoArticleRequest::addQuery( QNetworkAccessManager & mgr,
|
||||||
key = apiKey;
|
key = apiKey;
|
||||||
|
|
||||||
QUrl reqUrl = QUrl::fromEncoded(
|
QUrl reqUrl = QUrl::fromEncoded(
|
||||||
QString( "http://apifree.forvo.com"
|
QString( "https://apifree.forvo.com"
|
||||||
"/key/" + key +
|
"/key/" + key +
|
||||||
"/action/word-pronunciations"
|
"/action/word-pronunciations"
|
||||||
"/format/xml"
|
"/format/xml"
|
||||||
|
|
Loading…
Reference in a new issue