From 681fc717c30efce9b08e6b5329351ee0e6b1edab Mon Sep 17 00:00:00 2001 From: calzoneman Date: Mon, 3 Nov 2014 12:56:15 -0600 Subject: [PATCH] Fix google+ --- lib/get-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-info.js b/lib/get-info.js index 43f97746..b67bdbe9 100644 --- a/lib/get-info.js +++ b/lib/get-info.js @@ -880,7 +880,7 @@ var Getters = { if (format in videos) { direct[key] = { - url: videos[format], + url: videos[format].link, contentType: CONTENT_TYPES[format] }; break;