Skip to content

Commit

Permalink
Changed download folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
remi1111 committed Mar 30, 2024
1 parent 0580929 commit 7a697e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def download_ids(id_dict, verbose=False):
song = id_dict[key]
if verbose:
print(song)
title = "~/audio/" + song['song artist'] + " - " + song['song name youtube'] + ".%(ext)s"
title = "./audio/" + song['song artist'] + " - " + song['song name youtube'] + ".%(ext)s"
page = "https://www.youtube.com/watch?v=" + song['video id']
if verbose:
print(song['song name youtube'] + "\t id: " + song['video id'])
Expand Down

0 comments on commit 7a697e3

Please sign in to comment.