gnu: yt-dlp: Add release-monitoring-url.

* gnu/packages/video.scm (yt-dlp)[properties]: New field.
This commit is contained in:
Efraim Flashner 2022-01-25 09:34:35 +02:00
parent 12e120a2c6
commit 7e9a085261
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2478,6 +2478,7 @@ (define-public yt-dlp
YouTube.com and many more sites. It is a fork of youtube-dl with a
focus on adding new features while keeping up-to-date with the
original project.")
(properties '((release-monitoring-url . "https://pypi.org/project/yt-dlp/")))
(home-page "https://github.com/yt-dlp/yt-dlp")))
(define-public youtube-dl-gui