From daca53676e940d27af61f9fa4e0a1084edb8908e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Mon, 3 Dec 2018 19:08:50 +0100 Subject: [PATCH] =?UTF-8?q?Aktualizova=C5=A5=20".bash=5Faliases"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index b0bf748..b3045d8 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,6 +1,6 @@ ## youtube-dl -alias yyy='youtube-dl -i -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best -r 1M --yes-playlist' -alias yyyr='youtube-dl -i -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best --yes-playlist' +alias yyy='youtube-dl -i -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best -r 500K --yes-playlist' +alias yyr='youtube-dl -i -f bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best --yes-playlist' alias yya='youtube-dl -i --extract-audio --audio-format mp3 --yes-playlist' #alias yya='youtube-dl -x --audio-format mp3 -i --yes-playlist '