system/ytparser: no need to append signature

This commit is contained in:
FlatTV
2014-03-09 13:43:21 +01:00
committed by [CST] Focus
parent a3adf2798a
commit 4198971638

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 fullurl = url;
fullurl += "&signature=";
fullurl += sig;
//fullurl += "&signature=";
//fullurl += sig;
return fullurl;
}