[vlc-commits] webservices: acoustid: move to https
Francois Cartegnie
git at videolan.org
Thu Sep 28 19:30:22 CEST 2017
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Thu Sep 28 15:53:47 2017 +0200| [d9e35d47a92ab7be2b03cf0621df89eefb4594fd] | committer: Francois Cartegnie
webservices: acoustid: move to https
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9e35d47a92ab7be2b03cf0621df89eefb4594fd
---
modules/misc/webservices/acoustid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/misc/webservices/acoustid.c b/modules/misc/webservices/acoustid.c
index 11dabbb16d..e867327233 100644
--- a/modules/misc/webservices/acoustid.c
+++ b/modules/misc/webservices/acoustid.c
@@ -155,7 +155,7 @@ int DoAcoustIdWebRequest( vlc_object_t *p_obj, acoustid_fingerprint_t *p_data )
if ( !p_data->psz_fingerprint ) return VLC_SUCCESS;
char *psz_url;
- if( unlikely(asprintf( &psz_url, "http://fingerprint.videolan.org/"
+ if( unlikely(asprintf( &psz_url, "https://fingerprint.videolan.org/"
"acoustid.php?meta=recordings+tracks+usermeta+"
"releases&duration=%d&fingerprint=%s",
p_data->i_duration, p_data->psz_fingerprint ) < 1 ) )
More information about the vlc-commits
mailing list