Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T12:21:51.000Z (4 months ago)
- Last Synced: 2024-09-05T01:04:58.344Z (4 months ago)
- Topics: yt-dlp, yt-dlp-plugins
- Language: Python
- Homepage: https://github.com/yt-dlp/yt-dlp
- Size: 13.7 KB
- Stars: 26
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
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.