Commit Graph

3 Commits (37aab27808b15bb7818d383dddbe165fe24be5d1)

Author SHA1 Message Date
Philipp Hagemeister 451948b28c [compat] Modernize
Philipp Hagemeister baa708036c [compat] Fix imports
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .