mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-04-12 06:07:59 +00:00

* 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
4 lines
68 B
Python
4 lines
68 B
Python
from __future__ import unicode_literals
|
|
|
|
__version__ = '2025.04.07'
|