[utils] Add subs_list_to_dict() traversal helper

Thx: yt-dlp/yt-dlp#10653, etc
This commit is contained in:
dirkf
2025-11-01 20:37:55 +00:00
parent a9b4649d92
commit 70b40dd1ef
3 changed files with 147 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ from .utils import (
dict_get,
get_first,
require,
subs_list_to_dict,
T,
traverse_obj,
unpack,