mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2025-09-24 16:41:05 -06:00
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .