mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +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;
|
return false;
|
||||||
}
|
}
|
||||||
stream.url = formatUrl;
|
stream.url = formatUrl;
|
||||||
|
|
||||||
|
/* Remove unneeded data */
|
||||||
|
if(stream.signatureCipher)
|
||||||
|
delete stream.signatureCipher;
|
||||||
|
if(stream.cipher)
|
||||||
|
delete stream.cipher;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
debug('all streams deciphered');
|
debug('all streams deciphered');
|
||||||
|
Reference in New Issue
Block a user