4 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
notify-send "Downloading   $1"
 | 
						|
alacritty -e yt-dlp -o '/home/chris/Videos/%(title)s.%(ext)s' $1
 |