Синтаксическая ошибка
This commit is contained in:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user