From 0f8a6ea200f454a44e7707b500120bd0fa75b3bc Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 3 May 2017 11:55:31 +0530 Subject: [PATCH] Change input prompt --- spotdl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spotdl.py b/spotdl.py index 8a9ff8d..981aa2d 100644 --- a/spotdl.py +++ b/spotdl.py @@ -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: