mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Change input prompt
This commit is contained in:
		@@ -246,7 +246,9 @@ while True:
 | 
			
		||||
		if temp.endswith('.m4a.temp'):
 | 
			
		||||
			os.remove('Music/' + temp)
 | 
			
		||||
	try:
 | 
			
		||||
		command = raw_input('>> Enter a song/cmd: ')
 | 
			
		||||
		print('Enter a Spotify URL or Song Name: ')
 | 
			
		||||
		print('')
 | 
			
		||||
		command = raw_input('>> ')
 | 
			
		||||
		print('')
 | 
			
		||||
		grabSingle(raw_song=command, number=None)
 | 
			
		||||
	except KeyboardInterrupt:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user