Fix: Use standard

手残把调试的代码push上去了
This commit is contained in:
iceBear67 2022-07-10 15:57:53 +08:00
parent 109945c6b3
commit 4e4dd70bca
No known key found for this signature in database
GPG Key ID: DBFD4E7100B6EA59
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def download_song_by_song(song, download_folder, sub_folder=True, program=False)
# download song
if program:
song_url = api.get_program_url(song, level = "high")
song_url = api.get_program_url(song, level="standard")
else:
song_url = api.get_song_url(song_id)