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/postprocessor
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
..
__init__.py Improve plugin architecture (#5553) 1 year ago
common.py [SponsorBlock] Obey `--retry-sleep extractor` 2 years ago
embedthumbnail.py [embedthumbnail] Fix thumbnail name in mp3 (#5163) 2 years ago
exec.py [cleanup] Sort imports 2 years ago
ffmpeg.py [FFmpegVideoConvertor] Add `gif` to `--recode-video` 1 year ago
metadataparser.py [metadataparser] Don't set `None` when the field didn't match 2 years ago
modify_chapters.py [ModifyChapters] Handle the entire video being marked for removal 2 years ago
movefilesafterdownload.py [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2 years ago
sponskrub.py [utils] `Popen`: Refactor to use contextmanager 2 years ago
sponsorblock.py [cleanup Misc 2 years ago
xattrpp.py [cleanup] Minor fixes (See desc) 2 years ago