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

signature length 82 changed #1549

Closed
cujo30227 opened this issue Oct 3, 2013 · 1 comment
Closed

signature length 82 changed #1549

cujo30227 opened this issue Oct 3, 2013 · 1 comment

Comments

@cujo30227
Copy link

@cujo30227 cujo30227 commented Oct 3, 2013

For the static fall back option:

len(s) == 82:
return s[80:37:-1] + s[7] + s[36:7:-1] + s[0] + s[6:0:-1] + s[37]

(run ./youtube-dl "http://www.youtube.com/watch?v=PIb6AZdTr-A" -v --youtube-print-sig-code)

@phihag
Copy link
Contributor

@phihag phihag commented Oct 3, 2013

Thanks for the report, fixed in c21315f. Since the new automatic signature extraction seems to work fine, I'm ready to deprecate static signatures ahead of schedule - we just need to fix #1495.

@phihag phihag closed this Oct 3, 2013
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
2 participants
You can’t perform that action at this time.