]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Oembed/lib/oembedhelper.php
spring cleaning in Oembed helper list
[quix0rs-gnu-social.git] / plugins / Oembed / lib / oembedhelper.php
index fab1131648d3df255a5953986f2b71822fdc77b0..34a4923c484aa552e70ca7149b568a48fb6306b4 100644 (file)
@@ -41,15 +41,11 @@ if (!defined('STATUSNET')) {
 class oEmbedHelper
 {
     protected static $apiMap = array(
-        'flickr.com' => 'http://www.flickr.com/services/oembed/',
-        'yfrog.com' => 'http://www.yfrog.com/api/oembed',
-        'youtube.com' => 'http://www.youtube.com/oembed',
+        'flickr.com' => 'https://www.flickr.com/services/oembed/',
+        'youtube.com' => 'https://www.youtube.com/oembed',
         'viddler.com' => 'http://lab.viddler.com/services/oembed/',
-        'qik.com' => 'http://qik.com/api/oembed.json',
-        'revision3.com' => 'http://revision3.com/api/oembed/',
-        'hulu.com' => 'http://www.hulu.com/api/oembed.json',
-        'vimeo.com' => 'http://www.vimeo.com/api/oembed.json',
-        'my.opera.com' => 'http://my.opera.com/service/oembed',
+        'revision3.com' => 'https://revision3.com/api/oembed/',
+        'vimeo.com' => 'https://vimeo.com/api/oembed.json',
     );
     protected static $functionMap = array(
         'twitpic.com' => 'oEmbedHelper::twitPic',