From 11f666b54a30a3021afe3a767af20377387bd4e6 Mon Sep 17 00:00:00 2001
From: Lyndon Brown <jnqnfe@gmail.com>
Date: Tue, 8 Mar 2022 21:40:17 +0000
Subject: [PATCH] upnp: switch satip.com URL to HTTPS

---
 modules/services_discovery/upnp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/services_discovery/upnp.cpp b/modules/services_discovery/upnp.cpp
index e0b8a750cfe7..c5824ff15e73 100644
--- a/modules/services_discovery/upnp.cpp
+++ b/modules/services_discovery/upnp.cpp
@@ -733,7 +733,7 @@ MediaServerList::parseSatipServer( IXML_Element* p_device_element, const char *p
      * MasterList is a list of usual Satellites */
 
     char *psz_url;
-    if (asprintf( &psz_url, "http://www.satip.info/Playlists/%s.m3u",
+    if (asprintf( &psz_url, "https://www.satip.info/Playlists/%s.m3u",
                 psz_satip_channellist ) < 0 ) {
         vlc_UrlClean( &url );
         free( psz_satip_channellist );
-- 
GitLab