mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			143 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from spotdl.encoders.base import EncoderBase
 | |
| from spotdl.encoders.ffmpeg import EncoderFFmpeg
 | |
| from spotdl.encoders.avconv import EncoderAvconv
 |