Skip to content

[YouTube] add new deobfuscation function name regex #1302

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

FineFindus
Copy link
Contributor

Adds a new regex to find the name of the deobfuscation function for throttling, which works for the 59b252b9 player. This matches greedily against most of the long function body, which may lead to performance issues. I'm not quite sure if I would be better to find the name another way, as I wasn't sure how 'stable' the rest of the code is :)

Closes: #1289

  • I carefully read the contribution guidelines and agree to them.
  • I have tested the API against NewPipe.
  • I agree to create a pull request for NewPipe as soon as possible to make it compatible with the changed API.

Adds a new regex to find the name of the deobfuscation function for throttling,
which works for the `59b252b9` player.

Closes: TeamNewPipe#1289
@ShareASmile ShareASmile added bug Issue is related to a bug youtube service, https://www.youtube.com/ labels May 27, 2025
FineFindus added a commit to FineFindus/LibreTube that referenced this pull request May 27, 2025
Updates the NewPipeExtractor to the lastest version of our fork to include the
improvements to the signature and throttling issues.

Ref: TeamNewPipe/NewPipeExtractor#1290
Ref: TeamNewPipe/NewPipeExtractor#1302
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug youtube service, https://www.youtube.com/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[YouTube] Could not run throttling parameter deobfuscation JavaScript function
2 participants