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