jackun / VLCTube

The Unlicense
15 stars 4 forks source link

Signature deciphering or playback fails (VEVO etc.) #34

Closed LL25255252 closed 9 years ago

LL25255252 commented 9 years ago

It seems that there's no end it...google once again changed the ciphered signature. (e.g. all VEVO videos)

jackun commented 9 years ago

Fix works for you?

LL25255252 commented 9 years ago

Thanks a lot for the very quick fix. Can you please explain why do they keep changing this ciphered signature all the time ?

jackun commented 9 years ago

Dunno. But this change was going from

blah.foo = somefunc();

to

blah.set("foo", somefunc)

Sometimes it seems like the javascript minimizer changes how it does its thing. Sometimes it seems like it is plain code obfuscation >_>

LL25255252 commented 9 years ago

...and thanks for your last post. :)

jackun commented 9 years ago

I'll keep this issue open and consolidate deciphering issues here.

LL25255252 commented 9 years ago

Suggestion - For other users who may run into these kind of errors - issue #62 - would you consider adding a popup message that recommend clearing the youtube.com cookies when you display the "E" ?

LL25255252 commented 9 years ago

Not only on VEVO. It just happend to me on this vodeo: https://www.youtube.com/watch?v=G20vjAi4Iok removed all youtube.com cookies and its OK.

LL25255252 commented 9 years ago

@jackun , have you noticed my suggestion 10 days ago (2 posts above) ?