https://github.com/duhow/asdf-yt-dlp
asdf plugin for yt-dlp
https://github.com/duhow/asdf-yt-dlp
asdf asdf-plugin youtube-dl yt-dlp
Last synced: 7 months ago
JSON representation
asdf plugin for yt-dlp
- Host: GitHub
- URL: https://github.com/duhow/asdf-yt-dlp
- Owner: duhow
- License: mit
- Created: 2023-10-13T20:11:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T01:35:17.000Z (over 2 years ago)
- Last Synced: 2025-05-30T08:48:02.379Z (about 1 year ago)
- Topics: asdf, asdf-plugin, youtube-dl, yt-dlp
- Language: Shell
- Homepage: https://github.com/yt-dlp/yt-dlp
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-yt-dlp [](https://github.com/duhow/asdf-yt-dlp/actions/workflows/build.yml) [](https://github.com/duhow/asdf-yt-dlp/actions/workflows/lint.yml)
[yt-dlp](https://github.com/yt-dlp/yt-dlp) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
- `bash`, `curl`, `tar`: generic POSIX utilities.
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.
# Install
Plugin:
```shell
asdf plugin add yt-dlp
# or
asdf plugin add yt-dlp https://github.com/duhow/asdf-yt-dlp.git
```
yt-dlp:
```shell
# Show all installable versions
asdf list-all yt-dlp
# Install specific version
asdf install yt-dlp latest
# Set a version globally (on your ~/.tool-versions file)
asdf global yt-dlp latest
# Now yt-dlp commands are available
yt-dlp --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/duhow/asdf-yt-dlp/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [@duhow](https://github.com/duhow/)