Split postprocessor package into multiple modules
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 04:59:22 +0000 (05:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 04:59:22 +0000 (05:59 +0100)
commit496c19234c3c1b50c6ad0c6a8aa0cbe09d54cea5
tree78b5049103489ab8775dd9a1381045aca449a87c
parent4f81667d76dca6844b454dde61352f7d889237c0
Split postprocessor package into multiple modules
youtube_dl/postprocessor/__init__.py
youtube_dl/postprocessor/common.py [new file with mode: 0644]
youtube_dl/postprocessor/ffmpeg.py [new file with mode: 0644]
youtube_dl/postprocessor/xattrpp.py [new file with mode: 0644]