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>
2023-01-01 04:29:22 +00:00
..
compat
downloader [downloader/ffmpeg] Fix headers for video+audio formats (#5659) 2022-12-09 23:36:38 +00:00
extractor Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
postprocessor Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
__init__.py Let --parse/replace-in-metadata run at any post-processing stage 2022-12-30 11:19:39 +05:30
__main__.py
aes.py
cache.py [extractor/cda] Support premium and misc improvements (#5529) 2022-12-28 01:27:26 +05:30
cookies.py
dependencies.py
jsinterp.py [jsinterp] Escape regex that looks like nested set 2022-12-08 22:43:38 +05:30
minicurses.py
options.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
plugins.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
socks.py
update.py [update] Workaround #5632 2022-12-31 11:04:02 +05:30
utils.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
version.py
webvtt.py [webvtt] Handle premature EOF 2022-11-20 14:14:42 +05:30
YoutubeDL.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00