mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Fix parameters to write_playlist() with -u option
This commit is contained in:
@@ -192,7 +192,8 @@ def feed_playlist(username):
|
|||||||
print('')
|
print('')
|
||||||
playlist = misc.input_link(links)
|
playlist = misc.input_link(links)
|
||||||
print('')
|
print('')
|
||||||
write_playlist(playlist)
|
print(playlist)
|
||||||
|
write_playlist(playlist['owner']['id'], playlist['id'])
|
||||||
|
|
||||||
|
|
||||||
def write_tracks(text_file, tracks):
|
def write_tracks(text_file, tracks):
|
||||||
|
|||||||
Reference in New Issue
Block a user