Add HLS support (and upgrade Video.JS)

This commit is contained in:
calzoneman 2016-08-06 21:14:52 -07:00
parent da99ea8288
commit d06c614ccc
10 changed files with 6217 additions and 1392 deletions

View file

@ -457,6 +457,13 @@ var Getters = {
callback(false, media);
},
/* HLS stream */
hl: function (id, callback) {
var title = "Livestream";
var media = new Media(id, title, "--:--", "hl");
callback(false, media);
},
/* imgur.com albums */
im: function (id, callback) {
/**