Node-ytdl-core: Could not extract signature deciphering actions

Created on 7 Feb 2018  路  7Comments  路  Source: fent/node-ytdl-core

Looks like youtube changed sig stuff again. Not had a chance to investigate yet. Just reporting

Run tests to see error.
image

Most helpful comment

New version published

All 7 comments

Same here,

is there anywhere a HowTo to change the signature?

@fent pinging you in case you don't have notifs on. I'm not really familiar with youtube's sig bs so I prob wont be able to provide a patch this time around.

The issue appears to come from line 157 in sig.js(https://github.com/fent/node-ytdl-core/blob/master/lib/sig.js#L157):
var objResult = actionsObjRegexp.exec(body);

objResult returns null. Looking to see if I can rewrite the regex

Sadly I'm not familiar enough with the youtube js to debug this. I don't believe I will be able to solve this in a timely manor. It would likely be better for us to wait on fent.

And there he is. Thanks fent!

Thanky, you will increase the version for it? Otherway npm update will not take effect or? @fent

New version published

Was this page helpful?
0 / 5 - 0 ratings