I wrote a program for Mac that allowed myself to download videos from a site using rtmpdump by entering the username of the person broadcasting. It used the -T flag of rtmpdump because the site used SecureToken authentication in its .swf file. They just updated the .swf file today and it doesn't work anymore. The code went from this:
Code:
if (_local2.secureToken != null){
this._-7E.call("secureTokenResponse", null, _-0D._-2W(_local2.secureToken, "m9z#$dO0qe34Rxe@sMYxx%"));
to this:
Code:
if (_local2.secureToken != null){
this._-3a.call(_-2I._-3p(-366, 769), null, _-26._-3p(_local2.secureToken, _-2I._-3p(-344, 807)));
What am I supposed to enter for the SecureToken now?