mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-03 20:05:50 -05:00

https://github.com/yt-dlp/yt-dlp/tree/master/yt_dlp/extractor/youtube/pot/README.md Authored by: coletdjnz
8 lines
255 B
Python
8 lines
255 B
Python
from yt_dlp.globals import Indirect
|
|
|
|
_pot_providers = Indirect({})
|
|
_ptp_preferences = Indirect(set())
|
|
_pot_pcs_providers = Indirect({})
|
|
_pot_cache_providers = Indirect({})
|
|
_pot_cache_provider_preferences = Indirect(set())
|
|
_pot_memory_cache = Indirect({})
|