Implemented --exec option.

This commit is contained in:
mcd1992 2014-08-22 16:40:43 -05:00
parent b8313f07bc
commit a7cacbca2b
5 changed files with 54 additions and 1 deletions

View file

@ -9,6 +9,7 @@ from .ffmpeg import (
FFmpegEmbedSubtitlePP,
)
from .xattrpp import XAttrMetadataPP
from .execafterdownload import ExecAfterDownload
__all__ = [
'AtomicParsleyPP',
@ -19,4 +20,5 @@ __all__ = [
'FFmpegExtractAudioPP',
'FFmpegEmbedSubtitlePP',
'XAttrMetadataPP',
'ExecAfterDownload',
]