Fix download test

This commit is contained in:
Ritiek
2017-06-25 01:16:04 +05:30
parent 142d14118b
commit 93244e46ec
3 changed files with 4 additions and 1 deletions

View File

@@ -262,6 +262,8 @@ def grab_single(raw_song, number=None):
class Args(object):
manual = False
input_ext = '.m4a'
output_ext = '.mp3'
args = Args()
# token is mandatory when using Spotify's API