diff --git a/get.php b/get.php index dc37b40..d07b519 100644 --- a/get.php +++ b/get.php @@ -295,6 +295,7 @@ function uupGetFiles( $filesNew = array(); foreach($filesInfoKeys as $val) { $filesNew[$val] = $filesInfoList[$val]; + $filesNew[$val]['url'] = str_replace('http://tlu.dl.delivery.mp.microsoft.com', 'https://uupdump.sf.tlu.dl.delivery.mp.microsoft.com', $filesInfoList[$val]['url']); } $files = $filesNew;