Implemented --exec option.
This commit is contained in:
parent
b8313f07bc
commit
a7cacbca2b
5 changed files with 54 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue