mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-04-04 14:10:17 -05:00

- Adds `--no-plugin-dirs` to disable plugin loading - `--plugin-dirs` now supports post-processors Authored by: coletdjnz, Grub4K, pukkandan
6 lines
114 B
Python
6 lines
114 B
Python
from yt_dlp.postprocessor.common import PostProcessor
|
|
|
|
|
|
class NormalPluginPP(PostProcessor):
|
|
REPLACED = False
|