forked from fent/node-ytdl-core
-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3aecec8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello
What has happened to sig.js?
Apologies for my ignorance but I used the recently updated sig.js in my project to fix recent changes at Youtube so I was happy with it.
Is it not a necessary part of your code?
If not can you suggest where I should look to find updates to these algorithms in case of future changes at Youtube?
Martin
3aecec8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that by using an iOS/Android player user-agent, decipher is no longer required. However, in some cases and for other reasons, I still use the user client user-agent.
Therefore, I hope that the sig.js/decipher will continue to be updated as an alternative when using other user-agents
Thank you