diff --git a/Blacklight/utility/Utility.php b/Blacklight/utility/Utility.php index 29e05826d..16e4ac24d 100755 --- a/Blacklight/utility/Utility.php +++ b/Blacklight/utility/Utility.php @@ -517,7 +517,7 @@ class Utility { $xml = getRawHtml('https://api.traileraddict.com/?imdb='.$imdbID); if ($xml !== false && preg_match('#(v\.traileraddict\.com/\d+)#i', $xml, $html)) { - return $html[1]; + return 'https://'.$html[1]; } return '';