1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-20 12:17:20 +02:00
yt-dlp/devscripts
Matthew 8e40b9d1ec
Improve plugin architecture (#5553)
to make plugins easier to develop and use:
* Plugins are now loaded as namespace packages.
* Plugins can be loaded in any distribution of yt-dlp (binary, pip, source, etc.).
* Plugin packages can be installed and managed via pip, or dropped into any of the documented locations.
* Users do not need to edit any code files to install plugins.
* Backwards-compatible with previous plugin architecture.

As a side-effect, yt-dlp will now search in a few more locations for config files.

Closes https://github.com/yt-dlp/yt-dlp/issues/1389

Authored by: flashdagger, coletdjnz, pukkandan, Grub4K
Co-authored-by: Marcel <flashdagger@googlemail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: Simon Sawicki <accounts@grub4k.xyz>
2023-01-01 04:29:22 +00:00
..
__init__.py [devscripts] Fix import 2022-08-11 07:23:48 +05:30
bash-completion.in
bash-completion.py
check-porn.py
fish-completion.in
fish-completion.py
generate_aes_testdata.py
lazy_load_template.py [cleanup] Misc 2022-11-16 06:57:07 +05:30
logo.ico
make_contributing.py
make_issue_template.py
make_lazy_extractors.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
make_readme.py [build, devscripts] Add devscript to set a build variant 2022-08-09 01:08:48 +05:30
make_supportedsites.py
prepare_manpage.py
run_tests.bat
run_tests.sh [cleanup] Misc 2022-09-01 16:49:03 +05:30
set-variant.py [build, devscripts] Add devscript to set a build variant 2022-08-09 01:08:48 +05:30
SizeOfImage_w.patch
SizeOfImage.patch
update-formulae.py
update-version.py [build] Replace set-output with GITHUB_OUTPUT (#5315) 2022-10-21 18:56:00 +05:30
utils.py [build] Replace set-output with GITHUB_OUTPUT (#5315) 2022-10-21 18:56:00 +05:30
zsh-completion.in
zsh-completion.py