yt-dlc/youtube_dl/postprocessor
Jaime Marquínez Ferrándiz 88cf6fb368 [metadatafromtitle] Some improvements and cleanup
* Remove the 'songtitle' field, 'title' can be used instead.
* Remove newlines in the help text, for consistency with other options.
* Add 'from __future__ import unicode_literals'.
* Call '__init__' from the parent class.
* Add test for the format_to_regex method
..
__init__.py Add metadata from title parser
atomicparsley.py [util] Move compatibility functions out of util
common.py [test_unicode_literals] Arm unicode_literals check
execafterdownload.py Fix PEP8 issue E713
ffmpeg.py [metadatafromtitle] Some improvements and cleanup
metadatafromtitle.py [metadatafromtitle] Some improvements and cleanup
xattrpp.py [test_unicode_literals] Arm unicode_literals check