MCPcopy
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
695def is_yt_dlp_available() -> bool:
696 return _is_package_available("yt_dlp")[0]
697
698
699@lru_cache

Callers 1

load_videoFunction · 0.85

Calls 1

_is_package_availableFunction · 0.85

Tested by

no test coverage detected