mirror of
				https://github.com/casjaysdevdocker/youtube-dl
				synced 2025-11-04 01:02:35 -05:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			215 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								# Save all music under Music directory in your home directory
							 | 
						||
| 
								 | 
							
								-o ~/data/audio/%(title)s.%(ext)s
							 | 
						||
| 
								 | 
							
								--metadata-from-title "(?P<artist>.+?) - (?P<title>.+)"
							 | 
						||
| 
								 | 
							
								--add-metadata
							 | 
						||
| 
								 | 
							
								--embed-thumbnail
							 | 
						||
| 
								 | 
							
								--no-warnings
							 | 
						||
| 
								 | 
							
								--ignore-errors
							 |