mirror of
				https://github.com/casjaysdevdocker/youtube-dl
				synced 2025-11-04 07:02:17 -05:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			117 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			117 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env sh
							 | 
						||
| 
								 | 
							
								youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
							 | 
						||
| 
								 | 
							
								exit $?
							 | 
						||
| 
								 | 
							
								
							 |