mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gallery-dl: Fix typo in description.
* gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
This commit is contained in:
parent
e93c3d4414
commit
5fffd8352b
1 changed files with 4 additions and 4 deletions
|
@ -2276,10 +2276,10 @@ (define-public gallery-dl
|
|||
(inputs (list python-requests ffmpeg))
|
||||
(home-page "https://github.com/mikf/gallery-dl")
|
||||
(synopsis "Command-line program to download images from several sites")
|
||||
(description "Command-line program to download image galleries
|
||||
and collections from several image hosting sites
|
||||
While this package can use youtube-dl or yt-dlp packages to download videos,
|
||||
the focus is more on images and image hosting sites.")
|
||||
(description "Gallery-dl is a command-line program that downloads image
|
||||
galleries and collections from several image hosting sites. While this package
|
||||
can use youtube-dl or yt-dlp packages to download videos, the focus is more on
|
||||
images and image hosting sites.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public gnome-mpv
|
||||
|
|
Loading…
Reference in a new issue