mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-04 14:36:06 +00:00
4 lines
194 B
Python
4 lines
194 B
Python
# Trigger import of built-in providers
|
|
from ._builtin.memory_cache import MemoryLRUPCP as _MemoryLRUPCP # noqa: F401
|
|
from ._builtin.webpo_cachespec import WebPoPCSP as _WebPoPCSP # noqa: F401
|