]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/postprocessor/__init__.py
Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine...
[youtube-dl.git] / youtube_dl / postprocessor / __init__.py
index ab7f1a29a7d0598d9d6ad210ea248f0efd4c484f..0d8ef6ca26c6ef7f1b7b402b387d20eebd3f8a8f 100644 (file)
@@ -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',