aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/version.py
diff options
context:
space:
mode:
authordirkf <fieldhouse@gmx.net>2025-04-04 12:53:28 +0100
committerdirkf <fieldhouse@gmx.net>2025-04-08 01:59:00 +0100
commitc052a16f72af7dd7671d4dd62826de71cd99dfb6 (patch)
tree8a704ee68f3b14bbdaf592cb0da5c09a2d285bd4 /youtube_dl/version.py
parentbd2ded59f218bed637514f3aaf11787fa7b87ccf (diff)
[JSInterp] Add tests and relevant functionality from yt-dlpHEADmaster
* 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
Diffstat (limited to 'youtube_dl/version.py')
-rw-r--r--youtube_dl/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index b82fbc702..c70d9d2af 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2021.12.17'
+__version__ = '2025.04.07'