mirror of
				https://github.com/casjaysdevdocker/youtube-dl
				synced 2025-11-04 07:02:17 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env sh
 | 
						|
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --config-location "$HOME/.config/youtube-dl/music" "$@"
 | 
						|
exit $?
 | 
						|
 |