mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
system/ytparser: no need to append signature
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user