guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: Add svtplay-dl.


From: guix-commits
Subject: 09/09: gnu: Add svtplay-dl.
Date: Mon, 28 Nov 2022 17:35:39 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3cff7bfa9b46f1b73381df79a6f2aaa55a332126
Author: Jessica Tallon <tsyesika@tsyesika.se>
AuthorDate: Tue Nov 15 22:02:33 2022 +0100

    gnu: Add svtplay-dl.
    
    * gnu/packages/video.scm (svtplay-dl): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/video.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 70a9cd4033..297252d1ae 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5606,3 +5606,27 @@ VCS, by default, makes screenshots the same size as the 
video, see the manual
 for details on how to change this.")
    (home-page "http://p.outlyer.net/vcs/";)
    (license license:lgpl2.1+)))
+
+(define-public svtplay-dl
+  (package
+    (name "svtplay-dl")
+    (version "4.14")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/spaam/svtplay-dl";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wdrdszalvhv80m5jizbvjz4jc08acmbpxcsslyfb5cwh842in8m"))))
+    (build-system python-build-system)
+    (inputs (list ffmpeg python-pyaml python-requests python-pysocks
+                  python-cryptography))
+    (home-page "https://svtplay-dl.se/";)
+    (synopsis "Download or stream SVT Play's (and others) TV programmes")
+    (description
+     "@code{svtplay-dl} allows downloading TV programmes from various Swedish
+broadcasters including SVT Play, Sveriges Radio, TV4 Play, along with many
+others.")
+    (license license:expat)))



reply via email to

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