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>
2023-01-01 04:29:22 +00:00
..
__init__.py Improve plugin architecture (#5553) 2023-01-01 04:29:22 +00:00
common.py [SponsorBlock] Obey `--retry-sleep extractor` 2022-10-18 23:08:24 +05:30
embedthumbnail.py [embedthumbnail] Fix thumbnail name in mp3 (#5163) 2022-10-07 17:34:27 +05:30
exec.py [cleanup] Sort imports 2022-04-12 05:32:52 +05:30
ffmpeg.py [FFmpegVideoConvertor] Add `gif` to `--recode-video` 2022-12-23 01:44:20 +05:30
metadataparser.py [metadataparser] Don't set `None` when the field didn't match 2022-07-31 02:20:10 +05:30
modify_chapters.py [ModifyChapters] Handle the entire video being marked for removal 2022-10-18 23:08:24 +05:30
movefilesafterdownload.py [compat] Fix `shutils.move` in restricted ACL mode on BSD (#5309) 2022-11-07 20:54:30 +05:30
sponskrub.py [utils] `Popen`: Refactor to use contextmanager 2022-06-16 06:23:50 +05:30
sponsorblock.py [cleanup Misc 2022-10-18 23:52:44 +05:30
xattrpp.py [cleanup] Minor fixes (See desc) 2022-05-09 17:59:26 +05:30