From 560e62cbba073890fce13765aa58368427b65327 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Thu, 27 Sep 2018 14:00:02 +0300 Subject: [PATCH] Update dotfiles --- .bash_aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index e91001c..b5a2f55 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -295,6 +295,7 @@ alias homes="sudo ssh home" alias emergency_shell="ssh -t root@samitor.com 'ssh wizard@localhost -p 6060'" alias s="ssh" ytplaylist(){ - youtube-dl --get-id "$1" | awk '{print "https://www.youtube.com/watch?v=" $0;}' | /snap/bin/vlc - + youtube-dl -o - $1 -f best | /snap/bin/vlc - + # youtube-dl --get-id "$1" | awk '{print "https://www.youtube.com/watch?v=" $0;}' | /snap/bin/vlc - }