0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

ytdl: silence "succeeded" message

Pretty useless by now.
This commit is contained in:
wm4 2015-01-03 03:38:23 +01:00
parent bfac1e81a6
commit 0070e39342

View File

@ -87,7 +87,7 @@ mp.add_hook("on_load", 10, function ()
return
end
msg.info("youtube-dl succeeded!")
msg.verbose("youtube-dl succeeded!")
-- what did we get?
if not (json["direct"] == nil) and (json["direct"] == true) then