mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-12-09 23:52:44 +01:00
[utils] Support traversal helper functions require, value, unpack
Thx: yt-dlp/yt-dlp#10653
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
from .utils import (
|
||||
dict_get,
|
||||
get_first,
|
||||
require,
|
||||
T,
|
||||
traverse_obj,
|
||||
unpack,
|
||||
value,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user