Commit Graph

9 Commits (de30f652ffb7623500215f5906844f2ae0d92c7b)

Author SHA1 Message Date
sepro d8fb349086
[cleanup] Bump ruff to 0.8.x ()
Authored by: seproDev
bashonly d784464399
Remove Python 3.8 support ()
Closes 
Authored by: bashonly
Imran Hussain 0f593dca9f
Add option `--plugin-dirs` ()
Closes 
Authored by: imranh2, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
Simon Sawicki 1a830394a2
[build] `make_lazy_extractors`: Force running without plugins ()
Authored by: Grub4K
Jade Laurence Empleo 9a8afadd17
[plugins] Handle `PermissionError` ()
Authored by: syntaxsurge, pukkandan
pukkandan b059188383
[plugins] Don't look in `.egg` directories
Closes 
pukkandan 88d8928bf7
[plugins] Fix zip search paths
Closes 
Simon Sawicki 773c272d66
Fix config locations ()
Bug in 8e40b9d1ec
Closes 

Authored by: Grub4k, coletdjnz, pukkandan
Matthew 8e40b9d1ec
Improve plugin architecture ()
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>