mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: yt-dlp: Add release-monitoring-url.
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
This commit is contained in:
parent
12e120a2c6
commit
7e9a085261
1 changed files with 1 additions and 0 deletions
|
@ -2478,6 +2478,7 @@ (define-public yt-dlp
|
||||||
YouTube.com and many more sites. It is a fork of youtube-dl with a
|
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
|
focus on adding new features while keeping up-to-date with the
|
||||||
original project.")
|
original project.")
|
||||||
|
(properties '((release-monitoring-url . "https://pypi.org/project/yt-dlp/")))
|
||||||
(home-page "https://github.com/yt-dlp/yt-dlp")))
|
(home-page "https://github.com/yt-dlp/yt-dlp")))
|
||||||
|
|
||||||
(define-public youtube-dl-gui
|
(define-public youtube-dl-gui
|
||||||
|
|
Loading…
Reference in a new issue