You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/postprocessor
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 .
10 years ago
..
__init__.py
atomicparsley.py [util] Move compatibility functions out of util 10 years ago
common.py
execafterdownload.py [util] Move compatibility functions out of util 10 years ago
ffmpeg.py [util] Move compatibility functions out of util 10 years ago
xattrpp.py [util] Move compatibility functions out of util 10 years ago