1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-04-12 06:07:59 +00:00
youtube-dl/youtube_dl/version.py
dirkf c052a16f72 [JSInterp] Add tests and relevant functionality from yt-dlp
* thx seproDev, bashonly: yt-dlp/yt-dlp#12760, yt-dlp/yt-dlp#12761:
  - Improve nested attribute support
  - Pass global stack when extracting objects
  - interpret_statement: Match attribute before indexing
  - Fix assignment to array elements with nested brackets
  - Add new signature tests
  - Invalidate JS function cache
  - Avoid testdata dupes now that we cache by URL

* rework nsig function name search
* fully fixes #33102
* update cache required versions
* update program version
2025-04-08 01:59:00 +01:00

4 lines
68 B
Python

from __future__ import unicode_literals
__version__ = '2025.04.07'