From b02119c597a1d806e7910e63ba20139234249fa0 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 7 Nov 2013 04:50:54 +0100 Subject: Using https instead http. --- lib/Videolist/Platform/Metacafe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Videolist/Platform/Metacafe.php') diff --git a/lib/Videolist/Platform/Metacafe.php b/lib/Videolist/Platform/Metacafe.php index 7da6d1647..74a346b34 100644 --- a/lib/Videolist/Platform/Metacafe.php +++ b/lib/Videolist/Platform/Metacafe.php @@ -25,7 +25,7 @@ class Videolist_Platform_Metacafe implements Videolist_PlatformInterface { $video_id = $parsed['video_id']; - $buffer = file_get_contents("http://www.metacafe.com/api/item/$video_id"); + $buffer = file_get_contents("https://www.metacafe.com/api/item/$video_id"); $xml = new SimpleXMLElement($buffer); return array( -- cgit v1.2.3