mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-02 11:39:35 +01:00
[core] Load plugins on demand (#11305)
- Adds `--no-plugin-dirs` to disable plugin loading - `--plugin-dirs` now supports post-processors Authored by: coletdjnz, Grub4K, pukkandan
This commit is contained in:
parent
3a1583ca75
commit
4445f37a7a
24 changed files with 527 additions and 175 deletions
|
|
@ -2,4 +2,4 @@ from yt_dlp.postprocessor.common import PostProcessor
|
|||
|
||||
|
||||
class NormalPluginPP(PostProcessor):
|
||||
pass
|
||||
REPLACED = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue