fixed change in parameter names of spotdl
This commit is contained in:
+1
-1
@@ -24,5 +24,5 @@ def download_playlist(playlist: dict) -> None:
|
||||
|
||||
os.chdir(playlist_dir)
|
||||
|
||||
command = f"spotdl {playlist['external_urls']['spotify']} --output-format {playlist['file_type']}"
|
||||
command = f"spotdl {playlist['external_urls']['spotify']} --format {playlist['file_type']}"
|
||||
os.system(command)
|
||||
|
||||
Reference in New Issue
Block a user