Add option `--plugin-dirs` (#11277)
commit0f593dca9fa995d88eb763170a932da61c8f24dc
authorImran Hussain <ih@imranh.co.uk>
Sun, 20 Oct 2024 17:10:26 +0000 (20 18:10 +0100)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 17:10:26 +0000 (20 17:10 +0000)
tree601f201d5981bb0b12b6a01e782be97849cc177e
parent8de431ec97a4b62b73df8f686b6e21e462775336
Add option `--plugin-dirs` (#11277)

Closes #3260
Authored by: imranh2, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
README.md
test/test_plugins.py
test/testdata/plugin_packages/testpackage/yt_dlp_plugins/extractor/package.py [new file with mode: 0644]
yt_dlp/__init__.py
yt_dlp/options.py
yt_dlp/plugins.py
yt_dlp/utils/_utils.py