gnu: gallery-dl: Fix typo in description.
* gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
parent
e93c3d4414
commit
5fffd8352b
|
@ -2276,10 +2276,10 @@ the last played position, etc.")
|
||||||
(inputs (list python-requests ffmpeg))
|
(inputs (list python-requests ffmpeg))
|
||||||
(home-page "https://github.com/mikf/gallery-dl")
|
(home-page "https://github.com/mikf/gallery-dl")
|
||||||
(synopsis "Command-line program to download images from several sites")
|
(synopsis "Command-line program to download images from several sites")
|
||||||
(description "Command-line program to download image galleries
|
(description "Gallery-dl is a command-line program that downloads image
|
||||||
and collections from several image hosting sites
|
galleries and collections from several image hosting sites. While this package
|
||||||
While this package can use youtube-dl or yt-dlp packages to download videos,
|
can use youtube-dl or yt-dlp packages to download videos, the focus is more on
|
||||||
the focus is more on images and image hosting sites.")
|
images and image hosting sites.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public gnome-mpv
|
(define-public gnome-mpv
|
||||||
|
|
Reference in New Issue