aboutsummaryrefslogtreecommitdiff
path: root/lib/Videolist/Platform/Metacafe.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Videolist/Platform/Metacafe.php')
-rw-r--r--lib/Videolist/Platform/Metacafe.php2
1 files changed, 1 insertions, 1 deletions
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(