Синтаксическая ошибка
This commit is contained in:
parent
3877f9aacc
commit
bb3ea52f23
@ -27,7 +27,7 @@ aptf() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Youtube
|
# 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 ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'"
|
||||||
alias ydlaudio="youtube-dl -f bestaudio"
|
alias ydlaudio="youtube-dl -f bestaudio"
|
||||||
alias ydl="youtube-dl --merge-output-format mkv"
|
alias ydl="youtube-dl --merge-output-format mkv"
|
||||||
|
Loading…
Reference in New Issue
Block a user