Fix google+

This commit is contained in:
calzoneman 2014-11-03 12:56:15 -06:00
parent b49cd1b146
commit 681fc717c3

View file

@ -880,7 +880,7 @@ var Getters = {
if (format in videos) {
direct[key] = {
url: videos[format],
url: videos[format].link,
contentType: CONTENT_TYPES[format]
};
break;