Улучшены псевдонимы для youtube-dl
This commit is contained in:
		@@ -19,7 +19,12 @@ apts() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Youtube
 | 
			
		||||
alias ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'"
 | 
			
		||||
YDL="$HOME/bin/youtube-dl"
 | 
			
		||||
[ ! -x "$YDL" ] && YDL="$(which youtube-dl)"
 | 
			
		||||
if [ -x "$YDL" ]; then
 | 
			
		||||
	alias ydlbest="youtube-dl --merge-output-format mkv -f 'bestvideo+bestaudio'"
 | 
			
		||||
	alias ydl="youtube-dl --merge-output-format mkv"
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
# feh
 | 
			
		||||
alias feh="feh --cache-size 256 --version-sort --sort filename --image-bg black"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user