https://github.com/yt-dlp/yt-dlp-sample-plugins
Sample plugin package for yt-dlp
https://github.com/yt-dlp/yt-dlp-sample-plugins
yt-dlp yt-dlp-plugins
Last synced: about 2 months ago
JSON representation
Sample plugin package for yt-dlp
- Host: GitHub
- URL: https://github.com/yt-dlp/yt-dlp-sample-plugins
- Owner: yt-dlp
- License: unlicense
- Created: 2022-11-20T07:42:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T12:21:51.000Z (10 months ago)
- Last Synced: 2025-04-04T07:35:59.327Z (3 months ago)
- Topics: yt-dlp, yt-dlp-plugins
- Language: Python
- Homepage: https://github.com/yt-dlp/yt-dlp
- Size: 13.7 KB
- Stars: 41
- Watchers: 6
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a sample plugin package for [yt-dlp](https://github.com/yt-dlp/yt-dlp#readme).
See [yt-dlp plugins](https://github.com/yt-dlp/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](https://github.com/yt-dlp/yt-dlp#installing-plugins) for the other methods this plugin package can be installed.
## Development
See the [Plugin Development](https://github.com/yt-dlp/yt-dlp/wiki/Plugin-Development) section of the yt-dlp wiki.