Sample plugin package for yt-dlp https://github.com/yt-dlp/yt-dlp
coletdjnz eb656cea18 Correct yt-dlp minimum version | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
yt_dlp_plugins | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
pyproject.toml | %!s(int64=2) %!d(string=hai) anos | |
setup.cfg | %!s(int64=2) %!d(string=hai) anos |
This repository contains a sample plugin package for yt-dlp.
See yt-dlp plugins for more details.
Requires yt-dlp 2023.01.02
or above.
You can install this package with pip:
python3 -m pip install -U https://github.com/yt-dlp/yt-dlp-sample-plugins/archive/master.zip
See installing yt-dlp plugins for the other methods this plugin package can be installed.
See the Plugin Development section of the yt-dlp wiki.