@@ -3,8 +3,8 @@ class Streamlink < Formula
3
3
4
4
desc "CLI for extracting streams from various websites to a video player"
5
5
homepage "https://streamlink.github.io/"
6
- url "https://files.pythonhosted.org/packages/58/d6/af41d9a4ed46736b8380adf593f7221b5e7948a2e82181edef93d33d76d2 /streamlink-7.2 .0.tar.gz"
7
- sha256 "daeac158657420b7d2859e8f4bb17f50499a9a14b3700d53729d3e4e4d426fef "
6
+ url "https://files.pythonhosted.org/packages/0e/ba/cd25043ddaa6253cdbac234e00702eb6fcaec41c317284ed74f53fbde1b6 /streamlink-7.3 .0.tar.gz"
7
+ sha256 "1e20d624451f26156a38b9dae5bdfcc6640a8bdf27922370edec8abe237abb08 "
8
8
license "BSD-2-Clause"
9
9
head "https://github.com/streamlink/streamlink.git" , branch : "master"
10
10
@@ -40,8 +40,8 @@ class Streamlink < Formula
40
40
end
41
41
42
42
resource "h11" do
43
- url "https://files.pythonhosted.org/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03 /h11-0.14 .0.tar.gz"
44
- sha256 "8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d "
43
+ url "https://files.pythonhosted.org/packages/01/ee/02a2c011bdab74c6fb3c75474d40b3052059d95df7e73351460c8588d963 /h11-0.16 .0.tar.gz"
44
+ sha256 "4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 "
45
45
end
46
46
47
47
resource "idna" do
@@ -55,8 +55,8 @@ class Streamlink < Formula
55
55
end
56
56
57
57
resource "lxml" do
58
- url "https://files.pythonhosted.org/packages/ef/f6/c15ca8e5646e937c148e147244817672cf920b56ac0bf2cc1512ae674be8 /lxml-5.3.1 .tar.gz"
59
- sha256 "106b7b5d2977b339f1e97efe2778e2ab20e99994cbb0ec5e55771ed0795920c8 "
58
+ url "https://files.pythonhosted.org/packages/76/3d/14e82fc7c8fb1b7761f7e748fd47e2ec8276d137b6acfe5a4bb73853e08f /lxml-5.4.0 .tar.gz"
59
+ sha256 "d12832e1dbea4be280b22fd0ea7c9b87f0d8fc51ba06e92dc62d52f804f78ebd "
60
60
end
61
61
62
62
resource "outcome" do
@@ -95,8 +95,8 @@ class Streamlink < Formula
95
95
end
96
96
97
97
resource "trio" do
98
- url "https://files.pythonhosted.org/packages/a1/47/f62e62a1a6f37909aed0bf8f5d5411e06fa03846cfcb64540cd1180ccc9f /trio-0.29 .0.tar.gz"
99
- sha256 "ea0d3967159fc130acb6939a0be0e558e364fee26b5deeecc893a6b08c361bdf "
98
+ url "https://files.pythonhosted.org/packages/01/c1/68d582b4d3a1c1f8118e18042464bb12a7c1b75d64d75111b297687041e3 /trio-0.30 .0.tar.gz"
99
+ sha256 "0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df "
100
100
end
101
101
102
102
resource "trio-websocket" do
@@ -105,8 +105,8 @@ class Streamlink < Formula
105
105
end
106
106
107
107
resource "urllib3" do
108
- url "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66 /urllib3-2.3 .0.tar.gz"
109
- sha256 "f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d "
108
+ url "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0 /urllib3-2.4 .0.tar.gz"
109
+ sha256 "414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466 "
110
110
end
111
111
112
112
resource "websocket-client" do
@@ -124,8 +124,8 @@ def install
124
124
end
125
125
126
126
test do
127
- system bin /"streamlink" , "https://vimeo.com/144358359 " , "360p " , "-o" , "video.mp4"
128
- assert_match "video.mp4: ISO Media, MP4 v2 " , shell_output ( "file video.mp4" )
127
+ system bin /"streamlink" , "https://player. vimeo.com/video/941078932 " , "240p " , "-o" , "video.mp4"
128
+ assert_match "video.mp4: data " , shell_output ( "file video.mp4" )
129
129
130
130
url = OS . mac? ? "https://ok.ru/video/1643385658936" : "https://www.youtube.com/watch?v=pOtd1cbOP7k"
131
131
if OS . mac?
0 commit comments