Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[youtube] I couldn't find any video with an encrypted signature ? #1403
Comments
|
Well, I get the |
|
I'm searching for it in the Google Chrome console using Javascript: var st = ytplayer.config.args.url_encoded_fmt_stream_map.split(',');and then when I search for the st[0].indexOf('s='); // results in -1 (not found)but when I search for the st[0].indexOf('sig='); // results in the index, in this case 65I also tried searching for it manually and I didn't find it, could it be dependent on the geolocation ?
As you can see I have |
|
I follow the same steps and I still only get |
|
I tested the same video using a proxy (USA) and I got an encrypted signature
|
Hey guys, I don't know if it's just me but I was checking many videos'
url_encoded_fmt_stream_mapand I couldn't find thesparameter that you search for to get the encrypted signature and decrypt it, they all have the signature in thesigparameter and it doesn't need any decryption, and the code that I'm talking about that is responsible for this testing is inyoutube.py:https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/youtube.py#L798
for example in the issue #942 on the video
BrbxWOMpwfs, we get in the output:[youtube] BrbxWOMpwfs: Encrypted signatures detected.even though when I checked the video page and the
url_encoded_fmt_stream_mapI couldn't find thesparameter, we have there the signatures in thesigparameter which is not encrypted and I tested it and got a working stream url.What I'm saying might be wrong, but I thought I should report this because I tested many videos that outputted the 'encrypted signatures detected' message but didn't have any encrypted signatures there.