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

[YouTube] Fix extraction of n param deobfuscation function name #1231

Merged

Commits on Sep 29, 2024

  1. [YouTube] Fix extraction of n param deobfuscation function name

    This commit adds two new regular expressions to parse the n parameter function.
    
    It also improves existing regular expressions by using the constant representing
    multiple characters instead of adding the one or multiple characters
    token manually in each regex for everything and not only function names.
    AudricV committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    69ff271 View commit details
    Browse the repository at this point in the history