aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/postprocessor/__init__.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-09-30 02:23:33 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-09-30 03:32:46 +0530
commit3ae5e7977439193519c0ea62eba3aa3111c5571b (patch)
treeb0ddc209e5baec86908fec6d6bddcbc6e385a062 /ytdlp_plugins/postprocessor/__init__.py
parent8e3fd7e034cdd54972d13394821cd9e55e1c3735 (diff)
downloadhypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.tar.lz
hypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.tar.xz
hypervideo-pre-3ae5e7977439193519c0ea62eba3aa3111c5571b.zip
[postprocessor] Add plugin support
Adds option `--use-postprocessor` to enable them
Diffstat (limited to 'ytdlp_plugins/postprocessor/__init__.py')
-rw-r--r--ytdlp_plugins/postprocessor/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ytdlp_plugins/postprocessor/__init__.py b/ytdlp_plugins/postprocessor/__init__.py
new file mode 100644
index 000000000..61099abbc
--- /dev/null
+++ b/ytdlp_plugins/postprocessor/__init__.py
@@ -0,0 +1,4 @@
+# flake8: noqa: F401
+
+# ℹ️ The imported name must end in "PP" and is the name to be used in --use-postprocessor
+from .sample import SamplePluginPP