svtplay-dl 0.10.2015.01.28
PyAMF is not needed anymore. Closes Homebrew/homebrew#36333. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
36569e036e
commit
86eb22489e
1 changed files with 2 additions and 3 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class SvtplayDl < Formula
|
||||
homepage "https://github.com/spaam/svtplay-dl"
|
||||
url "https://github.com/spaam/svtplay-dl/archive/0.9.2014.11.16.tar.gz"
|
||||
sha1 "46405160291d4734fe5ee33fbda1b3a205340e15"
|
||||
url "https://github.com/spaam/svtplay-dl/archive/0.10.2015.01.28.tar.gz"
|
||||
sha1 "13dd5d05c5cd7b0166c74df434b88d28885ec4c4"
|
||||
|
||||
depends_on "rtmpdump"
|
||||
|
||||
|
@ -14,7 +14,6 @@ class SvtplayDl < Formula
|
|||
def caveats; <<-EOS.undent
|
||||
You need PyCrypto (https://www.dlitz.net/software/pycrypto/) to download
|
||||
encrypted HLS streams.
|
||||
You need PyAMF (http://www.pyamf.org/) for kanal5play.se.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue