mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-10-01 22:08:36 +09:00
Implemented --exec option.
This commit is contained in:
@@ -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',
|
||||
]
|
||||
|
Reference in New Issue
Block a user