1
0
Fork 0

[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:
coletdjnz 2025-02-23 11:00:46 +13:00 committed by GitHub
commit 4445f37a7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 532 additions and 180 deletions

View file

@ -6,6 +6,7 @@ class IgnoreNotInAllPluginIE(InfoExtractor):
class InAllPluginIE(InfoExtractor):
_VALID_URL = 'inallpluginie'
pass