diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 05:49:17 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 05:49:17 +0100 | 
| commit | 56327689a25a4492b68c1b02519f259c924f3da6 (patch) | |
| tree | 5070e79c9fbb87aebbfb27795601bdc8b20084d9 /youtube_dl/YoutubeDL.py | |
| parent | ad848315378eb5eaf7f2a2b6e007653da16c0a46 (diff) | |
Move postprocessor into its own package
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rw-r--r-- | youtube_dl/YoutubeDL.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 5748ceaf3..e1be38a53 100644 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -55,7 +55,7 @@ from .utils import (  )  from .extractor import get_info_extractor, gen_extractors  from .downloader import get_suitable_downloader -from .PostProcessor import FFmpegMergerPP +from .postprocessor import FFmpegMergerPP  from .version import __version__ | 
