From 4198971638bc98c4fc644866beedc3f80a667d5a Mon Sep 17 00:00:00 2001 From: FlatTV Date: Sun, 9 Mar 2014 13:43:21 +0100 Subject: [PATCH] system/ytparser: no need to append signature --- src/system/ytparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/ytparser.cpp b/src/system/ytparser.cpp index a843cec9a..19a516b39 100644 --- a/src/system/ytparser.cpp +++ b/src/system/ytparser.cpp @@ -49,8 +49,8 @@ static int itags[] = { 37 /* 1080p MP4 */, 22 /* 720p MP4 */, 18 /* 270p/360p MP std::string cYTVideoUrl::GetUrl() { std::string fullurl = url; - fullurl += "&signature="; - fullurl += sig; + //fullurl += "&signature="; + //fullurl += sig; return fullurl; }