aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-10-07 13:03:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-10-07 13:03:29 -0300
commit18661815ed74b40425da61dccb17bbf897672058 (patch)
treebac485257e51eb8fda477f80c5dc78745ea09f50
parentfa6f9580364a527d63e49b20f95bc68cb4d8c50e (diff)
downloadpuppet-nodo-18661815ed74b40425da61dccb17bbf897672058.tar.gz
puppet-nodo-18661815ed74b40425da61dccb17bbf897672058.tar.bz2
Replace youtube-dl by yt-dlp
-rw-r--r--manifests/utils/multimedia/downloaders.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utils/multimedia/downloaders.pp b/manifests/utils/multimedia/downloaders.pp
index d9383f7..bef5bd4 100644
--- a/manifests/utils/multimedia/downloaders.pp
+++ b/manifests/utils/multimedia/downloaders.pp
@@ -2,7 +2,8 @@ class nodo::utils::multimedia::downloaders (
$ensure = 'installed',
) {
package { [
- 'youtube-dl',
+ #'youtube-dl',
+ 'yt-dlp',
'magic-wormhole',
]:
ensure => $ensure,