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

[ie/youtube] Remove n function extraction fallback #10396

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

seproDev
Copy link
Member

@seproDev seproDev commented Jul 9, 2024

IMPORTANT: PRs without the template will be CLOSED

Description of your pull request and other information

Fixes #10391

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

Closes yt-dlp#10391
Authored by: pukkandan, seproDev

Co-Authored-By: pukkandan <pukkandan.ytdlp@gmail.com>
@seproDev seproDev merged commit 7ead733 into yt-dlp:master Jul 9, 2024
5 checks passed
@seproDev seproDev deleted the youtube-nsig-hotfix2 branch July 9, 2024 01:45
@dirkf
Copy link
Contributor

dirkf commented Jul 9, 2024

Makes you wonder why we kept the redundant extraction, and in that order ...

dirkf added a commit to dirkf/youtube-dl that referenced this pull request Jul 10, 2024
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
dirkf added a commit to dirkf/youtube-dl that referenced this pull request Jul 10, 2024
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
dirkf added a commit to dirkf/youtube-dl that referenced this pull request Jul 10, 2024
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
dirkf added a commit to ytdl-org/youtube-dl that referenced this pull request Jul 10, 2024
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
dirkf added a commit to ytdl-org/ytdl-nightly that referenced this pull request Jul 11, 2024
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
github-actions bot added a commit to hellopony/youtube-dl that referenced this pull request Jul 11, 2024
* https://github.com/ytdl-org/youtube-dl:
  [YouTube] Fix nsig processing for player `b22ef6e7` * improve extraction of function name (like yt-dlp/yt-dlp#10390) * always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
  [jsinterp] Support functionality for player `b22ef6e7` * support `prototype` for call() and apply() (yt-dlp/yt-dlp#10392, thx Grub4k) * map JS `Array` to `list`
  [jsinterp] Further improve expression parsing (fix fd8242e) Passes tests from yt-dlp
  [jsinterp] Re-align JSInterp and tests (esp.) with yt-dlp Thx: various yt-dlp authors
  [core] Address gaps in allowed extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[youtube] nsig extraction failed: Some formats may be missing
2 participants