+alias youtube-dl
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Nov 2011 23:15:46 +0000 (00:15 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 27 Nov 2011 23:15:46 +0000 (00:15 +0100)
 - Workaround: https://github.com/rg3/youtube-dl/issues/231

.bashrc

diff --git a/.bashrc b/.bashrc
index f401ff2..e0b66e5 100644 (file)
--- 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
 {