guix-patches
[Top][All Lists]
Advanced

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

bug#26400: gnu: Add you-get


From: Ludovic Courtès
Subject: bug#26400: gnu: Add you-get
Date: Sat, 08 Apr 2017 15:33:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

"Feng Shu" <address@hidden> skribis:

>>From d5660ea2faac735376572dd93fba8bdbb95ee632 Mon Sep 17 00:00:00 2001
> From: Feng Shu <address@hidden>
> Date: Fri, 7 Apr 2017 21:18:55 +0800
> Subject: [PATCH] gnu: add you-get
>
> * gnu/packages/video.scm (you-get): New variable.

Applied with the minor changes below.

Thank you!

Ludo’.

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c599991b8..bb5391d89 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1042,11 +1042,10 @@ YouTube.com and a few more sites.")
      '(#:tests? #f))
     (inputs
      `(("ffmpeg" ,ffmpeg)))
-    (synopsis "Download videos, audios or images from the websites")
+    (synopsis "Download videos, audios, or images from Web sites")
     (description
-     "You-Get is a tiny command-line utility to download media contents
-(videos, audios, images) from the Web. It can use either mpv or vlc for
-playback.")
+     "You-Get is a command-line utility to download media contents (videos,
+audio, images) from the Web.  It can use either mpv or vlc for playback.")
     (home-page "https://you-get.org/";)
     (license license:expat)))
 

reply via email to

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