aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dlc/postprocessor/__init__.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan@gmail.com>2020-11-15 05:58:41 +0530
committerpukkandan <pukkandan@gmail.com>2021-01-04 23:13:27 +0530
commita9e7f54670cad336ccb5e21fccfb87ea1e27df51 (patch)
treec123ac6a9514fb1b7779b42820a7e09fd359ce9a /youtube_dlc/postprocessor/__init__.py
parent76d321f68f412a5d07a7dfb9ad0c1c9f5513b13a (diff)
downloadhypervideo-pre-a9e7f54670cad336ccb5e21fccfb87ea1e27df51.tar.lz
hypervideo-pre-a9e7f54670cad336ccb5e21fccfb87ea1e27df51.tar.xz
hypervideo-pre-a9e7f54670cad336ccb5e21fccfb87ea1e27df51.zip
Sponskrub integration
Diffstat (limited to 'youtube_dlc/postprocessor/__init__.py')
-rw-r--r--youtube_dlc/postprocessor/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dlc/postprocessor/__init__.py b/youtube_dlc/postprocessor/__init__.py
index 2c4702823..e160909a7 100644
--- a/youtube_dlc/postprocessor/__init__.py
+++ b/youtube_dlc/postprocessor/__init__.py
@@ -17,6 +17,7 @@ from .ffmpeg import (
from .xattrpp import XAttrMetadataPP
from .execafterdownload import ExecAfterDownloadPP
from .metadatafromtitle import MetadataFromTitlePP
+from .sponskrub import SponSkrubPP
def get_postprocessor(key):
@@ -38,5 +39,6 @@ __all__ = [
'FFmpegVideoConvertorPP',
'FFmpegVideoRemuxerPP',
'MetadataFromTitlePP',
+ 'SponSkrubPP',
'XAttrMetadataPP',
]