mirror of
				https://github.com/casjaysdevdocker/youtube-dl
				synced 2025-11-03 19:02:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			167 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Save all videos under Videos directory in your home directory
 | 
						|
-o ~/data/%(title)s.%(ext)s
 | 
						|
--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
 | 
						|
--add-metadata
 | 
						|
-ic
 |