system/ytparser: no need to append signature

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4198971638
Author: FlatTV <FlatTV@gmx.de>
Date: 2014-03-09 (Sun, 09 Mar 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2014-03-09 13:43:21 +01:00
committed by [CST] Focus
parent aa0db3a6b2
commit 20a871c976

View File

@@ -49,8 +49,8 @@ static int itags[] = { 37 /* 1080p MP4 */, 22 /* 720p MP4 */, 18 /* 270p/360p MP
std::string cYTVideoUrl::GetUrl() std::string cYTVideoUrl::GetUrl()
{ {
std::string fullurl = url; std::string fullurl = url;
fullurl += "&signature="; //fullurl += "&signature=";
fullurl += sig; //fullurl += sig;
return fullurl; return fullurl;
} }