You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp
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>
1 year ago
..
compat [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2 years ago
downloader [downloader/ffmpeg] Fix headers for video+audio formats (#5659) 1 year ago
extractor Improve plugin architecture (#5553) 1 year ago
postprocessor Improve plugin architecture (#5553) 1 year ago
YoutubeDL.py Improve plugin architecture (#5553) 1 year ago
__init__.py Let `--parse/replace-in-metadata` run at any post-processing stage 1 year ago
__main__.py [cleanup] Misc 2 years ago
aes.py Update to ytdl-commit-de39d128 2 years ago
cache.py [extractor/cda] Support premium and misc improvements (#5529) 1 year ago
cookies.py [cookies] Improve `LenientSimpleCookie` (#5195) 2 years ago
dependencies.py [cleanup] Misc 2 years ago
jsinterp.py [jsinterp] Escape regex that looks like nested set 1 year ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py Improve plugin architecture (#5553) 1 year ago
plugins.py Improve plugin architecture (#5553) 1 year ago
socks.py [compat] Remove more functions 2 years ago
update.py [update] Workaround #5632 1 year ago
utils.py Improve plugin architecture (#5553) 1 year ago
version.py [version] update 2 years ago
webvtt.py [webvtt] Handle premature EOF 2 years ago