From 28a19d6598c3bf7e3c905e6f3d1f5d4559d76283 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Mon, 2 Dec 2019 03:30:30 +0530 Subject: [PATCH] Drop mplayer from list of supported players Will figure this out later. Signed-off-by: Joseph Nuthalapati --- clitube.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clitube.nim b/clitube.nim index fa202d2..fb96d61 100644 --- a/clitube.nim +++ b/clitube.nim @@ -10,7 +10,7 @@ import uri import xmltree # Supported video players in order of preference -let supportedPlayers = @["mpv", "mplayer", "vlc"] +let supportedPlayers = @["mpv", "vlc"] # Only show these many results let limit = 10 -- 2.43.0