mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add svtplay-dl.
* gnu/packages/video.scm (svtplay-dl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c1b71a4432
commit
3cff7bfa9b
1 changed files with 24 additions and 0 deletions
|
@ -5606,3 +5606,27 @@ (define-public video-contact-sheet
|
|||
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)))
|
||||
|
|
Loading…
Reference in a new issue