From: pulpe Date: Fri, 24 Apr 2015 07:17:46 +0000 (+0200) Subject: Forgot to clean the remains of class X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=10fb7710e85a240cc4bd065b98fd3f5a0c3d10ca;p=youtube-dl Forgot to clean the remains of class --- diff --git a/youtube_dl/postprocessor/__init__.py b/youtube_dl/postprocessor/__init__.py index ab7f1a29a..0d8ef6ca2 100644 --- a/youtube_dl/postprocessor/__init__.py +++ b/youtube_dl/postprocessor/__init__.py @@ -3,7 +3,6 @@ from __future__ import unicode_literals from .embedthumbnail import EmbedThumbnailPP from .ffmpeg import ( FFmpegPostProcessor, - FFmpegAudioFixPP, FFmpegEmbedSubtitlePP, FFmpegExtractAudioPP, FFmpegFixupStretchedPP, @@ -25,7 +24,6 @@ def get_postprocessor(key): __all__ = [ 'EmbedThumbnailPP', 'ExecAfterDownloadPP', - 'FFmpegAudioFixPP', 'FFmpegEmbedSubtitlePP', 'FFmpegExtractAudioPP', 'FFmpegFixupM4aPP',