From: Joseph Nuthalapati Date: Sun, 1 Dec 2019 22:00:30 +0000 (+0530) Subject: Drop mplayer from list of supported players X-Git-Tag: 0.1.0~51 X-Git-Url: https://njoseph.me/gitweb/nimcoon.git/commitdiff_plain/28a19d6598c3bf7e3c905e6f3d1f5d4559d76283 Drop mplayer from list of supported players Will figure this out later. Signed-off-by: Joseph Nuthalapati --- 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