mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
YT: check if decipher produced result
This commit is contained in:
@@ -388,6 +388,7 @@ var YouTubeClient = GObject.registerClass({
|
|||||||
const sig = gstUri.get_query_value(queryKeys.sig);
|
const sig = gstUri.get_query_value(queryKeys.sig);
|
||||||
|
|
||||||
const key = YTDL.sig.decipher(cipher, actions);
|
const key = YTDL.sig.decipher(cipher, actions);
|
||||||
|
if(!key) return null;
|
||||||
|
|
||||||
debug('stream deciphered');
|
debug('stream deciphered');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user