We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfde8ea commit 999cc87Copy full SHA for 999cc87
Formula/s/streamlink.rb
@@ -145,7 +145,7 @@ def install
145
refute_match "Could not find metadata", output
146
else
147
output = shell_output("#{bin}/streamlink --ffmpeg-no-validation -l debug '#{url}'", 1)
148
- assert_match "Could not get video info - LOGIN_REQUIRED", output
+ assert_match(/Could not get video info - LOGIN_REQUIRED|plugin does not support VOD content/, output)
149
end
150
151
0 commit comments