guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: youtube-dl: Add release-monitoring-url.


From: guix-commits
Subject: 02/03: gnu: youtube-dl: Add release-monitoring-url.
Date: Tue, 25 Jan 2022 03:21:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bc7a910f4c321635d67d3bf27a8e2b351ad52cbd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jan 25 09:32:03 2022 +0200

    gnu: youtube-dl: Add release-monitoring-url.
    
    * gnu/packages/video.scm (youtube-dl)[properties]: New field.
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 1a7895ef03..1b26418eea 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015, 2016 David Thompson <davet@gnu.org>
 ;;; Copyright © 2014, 2015, 2016, 2018, 2020 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2015, 2016 Andy Patterson <ajpatter@uwaterloo.ca>
 ;;; Copyright © 2015, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Alex Vong <alexvong1995@gmail.com>
@@ -2410,6 +2410,7 @@ To load this plugin, specify the following option when 
starting mpv:
      "Youtube-dl is a small command-line program to download videos from
 YouTube.com and many more sites.")
     (home-page "https://yt-dl.org";)
+    (properties '((release-monitoring-url . "https://yt-dl.org/downloads/";)))
     (license license:public-domain)))
 
 (define-public yt-dlp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]