[YoutubeDL] Make postprocessors declarative
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 15 Dec 2014 00:06:25 +0000 (01:06 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 15 Dec 2014 00:06:25 +0000 (01:06 +0100)
commit4f026fafbc6cc4eac10a5f89b9375b44d64083c9
tree866c1bfbbcda650b403df3eabff12ddb50f786dd
parent39f594d660cd86f04905d3eead91c5e2f16b0e66
[YoutubeDL] Make postprocessors declarative

Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs.
README.md
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/postprocessor/__init__.py
youtube_dl/postprocessor/ffmpeg.py