Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/transformers
/ is_yt_dlp_available
Function
is_yt_dlp_available
src/transformers/utils/import_utils.py:695–696 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
693
694
@lru_cache
695
def
is_yt_dlp_available() -> bool:
696
return
_is_package_available(
"yt_dlp"
)[0]
697
698
699
@lru_cache
Callers
1
load_video
Function · 0.85
Calls
1
_is_package_available
Function · 0.85
Tested by
no test coverage detected