Синтаксическая ошибка

This commit is contained in:
Andrei Astafev 2022-09-13 11:16:09 +03:00
parent 3877f9aacc
commit bb3ea52f23

View File

@ -27,7 +27,7 @@ aptf() {
}
# Youtube
if [ command -v youtube-dl ]; then
if command -v youtube-dl; then
alias ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'"
alias ydlaudio="youtube-dl -f bestaudio"
alias ydl="youtube-dl --merge-output-format mkv"