Sample plugin package for yt-dlp https://github.com/yt-dlp/yt-dlp

coletdjnz eb656cea18 Correct yt-dlp minimum version пре 2 година
yt_dlp_plugins 7d1ddfa787 Fix `SampleOverridePluginIE` пре 2 година
.gitignore af0416bc67 Initial commit пре 2 година
LICENSE af0416bc67 Initial commit пре 2 година
README.md eb656cea18 Correct yt-dlp minimum version пре 2 година
pyproject.toml c6d1e91080 Add pyproject.toml пре 2 година
setup.cfg 163e68c903 Misc cleanup пре 2 година

README.md

This repository contains a sample plugin package for yt-dlp.

See yt-dlp plugins for more details.

Installation

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.

Development

See the Plugin Development section of the yt-dlp wiki.