-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Workaround: new regex pattern to find JS player signature function #17464
Conversation
FWIW I can confirm this fix works with a problem video: Log output
|
I can confirm this working. Merge it asap and release an update. Cheers! |
YouTube seemed to change it back. I'm still using the 2018.09.01 version (because this is the one which is currently in my distribution repository) |
Before submitting a pull request make sure you have:
In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:
What is the purpose of your pull request?
Description of your pull request and other information
Fix #17457
Idea: The signature decrypt function body always start with a command like this
a=a.split("");
, I use this to find the entry.https://regex101.com/r/L7kWtA/1