streamlink: fix test
This commit is contained in:
parent
6e82367af0
commit
3811abef10
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ class Streamlink < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/streamlink", "https://www.youtube.com/watch?v=he2a4xK8ctk", "144p", "-o", "video.mp4"
|
||||
assert_match "video.mp4: ISO Media, MPEG v4 system, 3GPP", shell_output("file video.mp4")
|
||||
system "#{bin}/streamlink", "https://www.youtube.com/watch?v=he2a4xK8ctk", "360p", "-o", "video.mp4"
|
||||
assert_match "video.mp4: ISO Media, MP4 v2", shell_output("file video.mp4")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue