Fix minor issue in chromecast_youtube
commit
a4c6e427b4
|
@ -49,7 +49,7 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
when 201
|
when 201
|
||||||
print_good("Playing https://www.youtube.com/watch?v=#{vid}")
|
print_good("Playing https://www.youtube.com/watch?v=#{vid}")
|
||||||
when 200
|
when 200
|
||||||
print_status("Stopping video")
|
print_status('Stopping video')
|
||||||
when 404
|
when 404
|
||||||
print_error("Couldn't #{action.name.downcase} video")
|
print_error("Couldn't #{action.name.downcase} video")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue