From 984d155bfedb9be4478548a22f7eebd5d49312a5 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Wed, 3 May 2017 00:29:13 +0530 Subject: [PATCH] Add skip song option when downloading manually --- spotdl.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spotdl.py b/spotdl.py index a9e5ed6..4129b06 100644 --- a/spotdl.py +++ b/spotdl.py @@ -26,7 +26,7 @@ open('list.txt', 'a').close() spotify = spotipy.Spotify() -# Set up arguments +# Set up agruments parser = argparse.ArgumentParser() parser.add_argument("-n", "--no-convert", help="skip the conversion process and meta-tags", action="store_true") parser.add_argument("-m", "--manual", help="choose the song to download manually", action="store_true") @@ -204,7 +204,6 @@ def grabList(file): except ValueError: pass print('Total songs in list = ' + str(len(lines)) + ' songs') - # Count the number of song being downloaded number = 1 for raw_song in lines: try: