]> jfr.im git - yt-dlp.git/commit - README.md
[postprocessor] Add plugin support
authorpukkandan <redacted>
Wed, 29 Sep 2021 20:53:33 +0000 (02:23 +0530)
committerpukkandan <redacted>
Wed, 29 Sep 2021 22:02:46 +0000 (03:32 +0530)
commit3ae5e7977439193519c0ea62eba3aa3111c5571b
treeb0ddc209e5baec86908fec6d6bddcbc6e385a062
parent8e3fd7e034cdd54972d13394821cd9e55e1c3735
[postprocessor] Add plugin support
Adds option `--use-postprocessor` to enable them
README.md
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/extractor/__init__.py
yt_dlp/options.py
yt_dlp/postprocessor/__init__.py
yt_dlp/utils.py
ytdlp_plugins/extractor/__init__.py
ytdlp_plugins/extractor/sample.py
ytdlp_plugins/postprocessor/__init__.py [new file with mode: 0644]
ytdlp_plugins/postprocessor/sample.py [new file with mode: 0644]