a plugin manager for yt-dlp
Project description
a plugin manager for yt-dlp
about ytdlp-plugins
ytdlp-plugins
extends the possibilities of yt-dlp by allowing to install new extractors from python packages that are not part of yt-dlp.
The following plugin packages are currently available:
installation
You can install ytdlp-lugins via pip:
-
Use PyPI package:
python3 -m pip install --upgrade ytdlp-plugins
-
Install from Github branch:
python3 -m pip3 install -U https://github.com/flashdagger/ytdlp-plugins/archive/refs/heads/master.zip
Note that on some systems, you may need to use py
or python
instead of python3
running example
ytdlp-plugins enables all plugins and forwards all parameters to yt-dlp.
You will get a detailed overview by running in verbose mode:
ytdlp-plugins -v
running tests
You can run the extractor unittests on all installed plugins:
python3 -m unittest ytdlp_plugins.test_download
or with pytest
pytest --pyargs ytdlp_plugins.test_download
about yt-dlp
yt-dlp is a youtube-dl fork based on the now inactive youtube-dlc. The main focus of this project is adding new features and patches while also keeping up to date with the original project
Note that all plugins are imported even if not invoked, and that there are no checks performed on plugin code. Use plugins at your own risk and only if you trust the code
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for ytdlp_plugins-2021.11.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cee46e3f3ce5482f96fba3d4467cef9e7f7294acc3eb7acddf321fbae396ea9a |
|
MD5 | 2f21c8d83945903f1210f878bbe2b2fa |
|
BLAKE2b-256 | b8263ebe1904cd86afbed763bb9fb4cdc1e354cd6c5d301164fb8ac5acc640c4 |