mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
YT: do not keep URI in temp data twice
This commit is contained in:
@@ -564,6 +564,12 @@ var YouTubeClient = GObject.registerClass({
|
||||
return false;
|
||||
}
|
||||
stream.url = formatUrl;
|
||||
|
||||
/* Remove unneeded data */
|
||||
if(stream.signatureCipher)
|
||||
delete stream.signatureCipher;
|
||||
if(stream.cipher)
|
||||
delete stream.cipher;
|
||||
}
|
||||
}
|
||||
debug('all streams deciphered');
|
||||
|
Reference in New Issue
Block a user