parent
082b1155a3
commit
e7db87f700
5 changed files with 72 additions and 2 deletions
|
@ -15,6 +15,7 @@ from .ffmpeg import (
|
|||
)
|
||||
from .xattrpp import XAttrMetadataPP
|
||||
from .execafterdownload import ExecAfterDownloadPP
|
||||
from .metadatafromtitle import MetadataFromTitlePP
|
||||
|
||||
|
||||
def get_postprocessor(key):
|
||||
|
@ -34,5 +35,6 @@ __all__ = [
|
|||
'FFmpegPostProcessor',
|
||||
'FFmpegSubtitlesConvertorPP',
|
||||
'FFmpegVideoConvertorPP',
|
||||
'MetadataFromTitlePP',
|
||||
'XAttrMetadataPP',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue