From 0f501cde659ce2f02fb53c9a31b89ef791dfdac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Wed, 8 Nov 2023 13:04:21 +0100 Subject: [PATCH] feat: add yt-dlp plugin (#899) Co-authored-by: James Hegedus --- README.md | 1 + plugins/yt-dlp | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/yt-dlp diff --git a/README.md b/README.md index 1f9f43847..e135acdd8 100644 --- a/README.md +++ b/README.md @@ -739,6 +739,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | youtube-dl | [iul1an/asdf-youtube-dl](https://github.com/iul1an/asdf-youtube-dl) | [![Build](https://github.com/iul1an/asdf-youtube-dl/actions/workflows/build.yml/badge.svg)](https://github.com/iul1an/asdf-youtube-dl/actions/workflows/build.yml) | | yj | [ryodocx/asdf-yj](https://github.com/ryodocx/asdf-yj) | [![GitHub Actions Status](https://github.com/ryodocx/asdf-yj/workflows/Build/badge.svg)](https://github.com/ryodocx/asdf-yj/actions) | | yq | [sudermanjr/asdf-yq](https://github.com/sudermanjr/asdf-yq) | [![Build Status](https://github.com/sudermanjr/asdf-yq/workflows/master/badge.svg?branch=master)](https://github.com/sudermanjr/asdf-yq/actions) | +| yt-dlp | [duhow/asdf-yt-dlp](https://github.com/duhow/asdf-yt-dlp) | [![Build](https://github.com/duhow/asdf-yt-dlp/actions/workflows/build.yml/badge.svg)](https://github.com/duhow/asdf-yt-dlp/actions/workflows/build.yml) | | ytt | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | [![Build Status](https://github.com/vmware-tanzu/asdf-carvel/workflows/test-all/badge.svg)](https://github.com/vmware-tanzu/asdf-carvel/actions) | | zbctl | [camunda-community-hub/asdf-zbctl](https://github.com/camunda-community-hub/asdf-zbctl) | [![Build Status](https://github.com/camunda-community-hub/asdf-zbctl/actions/workflows/build.yml/badge.svg)](https://github.com/camunda-community-hub/asdf-zbctl/actions/workflows/build.yml) | | zellij | [chessmango/asdf-zellij](https://github.com/chessmango/asdf-zellij) | [![GitHub Actions Status](https://github.com/chessmango/asdf-zellij/actions/workflows/build.yml/badge.svg)](https://github.com/chessmango/asdf-zellij/actions) | diff --git a/plugins/yt-dlp b/plugins/yt-dlp new file mode 100644 index 000000000..d4461cb37 --- /dev/null +++ b/plugins/yt-dlp @@ -0,0 +1 @@ +repository = https://github.com/duhow/asdf-yt-dlp