tuplay: now mplayer plays https. Awesome ! - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 2d2ac7ef4981855ed653e64eaec59173509bbe57
 (DIR) parent d20e6b034535f5be03dad3179baa45a705f6bf31
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Thu,  5 Feb 2015 14:08:04 +0100
       
       uplay: now mplayer plays https. Awesome !
       
       Diffstat:
         M uplay                               |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/uplay b/uplay
       t@@ -1,3 +1,4 @@
        #!/bin/sh
        
       -curl "$(youtube-dl -g $*)" | mplayer -cache 1024 -
       +#curl "$(youtube-dl -g $*)" | mplayer -cache 1024 -
       +mplayer -cache 1024 "$(youtube-dl -g $*)"