Skip to content

Commit 999cc87

Browse files
committed
streamlink: update test for self-hosted linux
1 parent cfde8ea commit 999cc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/s/streamlink.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def install
145145
refute_match "Could not find metadata", output
146146
else
147147
output = shell_output("#{bin}/streamlink --ffmpeg-no-validation -l debug '#{url}'", 1)
148-
assert_match "Could not get video info - LOGIN_REQUIRED", output
148+
assert_match(/Could not get video info - LOGIN_REQUIRED|plugin does not support VOD content/, output)
149149
end
150150
end
151151
end

0 commit comments

Comments
 (0)