]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Replace youtube-dl by yt-dlp
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Oct 2023 16:03:29 +0000 (13:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 7 Oct 2023 16:03:29 +0000 (13:03 -0300)
manifests/utils/multimedia/downloaders.pp

index d9383f7a62d614161e4e30a4e54447c5b2646bc5..bef5bd4b05758fe77b5d29abd6b91553b1bce731 100644 (file)
@@ -2,7 +2,8 @@ class nodo::utils::multimedia::downloaders (
   $ensure = 'installed',
 ) {
   package { [
-    'youtube-dl',
+    #'youtube-dl',
+    'yt-dlp',
     'magic-wormhole',
   ]:
     ensure => $ensure,