From: Jan Kratochvil Date: Sun, 27 Nov 2011 23:15:46 +0000 (+0100) Subject: +alias youtube-dl X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=31ce090f436babfc7f4819096cfff9cc34bd667c +alias youtube-dl - Workaround: https://github.com/rg3/youtube-dl/issues/231 --- diff --git a/.bashrc b/.bashrc index f401ff2..e0b66e5 100644 --- a/.bashrc +++ b/.bashrc @@ -337,6 +337,8 @@ function gdbcvscheckout { sourcewarecvscheckout gdb; } function binutilscvscheckout { sourcewarecvscheckout binutils; } function uri_escape { perl -MURI::Escape -le '$_=<>;chomp;print uri_escape $_;'; }; function uri_unescape { perl -MURI::Escape -le '$_=<>;chomp;print uri_unescape $_;'; }; +# It cannot be a function - unset does not work for it. +alias youtube-dl='youtube-dl --format 38/37/45/22/44/35/34/18/6/5/17/13' alias fetchmail='n fetchmail' function rpmsrclist {