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.
2 parents 7c80800 + 999cc87 commit 82aac10Copy full SHA for 82aac10
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