Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New sig error 85 #1408

Closed
vanilla38 opened this issue Sep 11, 2013 · 4 comments
Closed

New sig error 85 #1408

vanilla38 opened this issue Sep 11, 2013 · 4 comments

Comments

@vanilla38
Copy link

@vanilla38 vanilla38 commented Sep 11, 2013

:'( this will never stop

@WithM
Copy link

@WithM WithM commented Sep 11, 2013

JavaScript code is here. ( Found in html5player-vflkuzxcs.js )

function ij(a)
{
a = a.split("");
a = jj(a, 22);
a = jj(a, 43);
a = a.slice(3);
a = a.reverse();
a = a.slice(1);
a = jj(a, 43);
return a.join("")
}

function jj(a, b)
{
var c = a[0];
a[0] = a[b % a.length];
a[b] = c;
return a
};

@jaimeMF jaimeMF closed this in aa8f264 Sep 11, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 11, 2013

Fixed, thanks for the report

@phihag
Copy link
Contributor

@phihag phihag commented Sep 11, 2013

Type sudo youtube-dl -U to update to v2013.09.11, which includes the new signature algorithm. And yes, we're working on a more permanent solution.

@vanilla38
Copy link
Author

@vanilla38 vanilla38 commented Sep 11, 2013

Thanks for all i can so it by my own but since i'm pretty bad to python it will take me alot of time and i will get a dorty hackfix so i'm waiting for fixes each time this problem happens :( thanks again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.