mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user