Skip to content

Commit

Permalink
Update sound_board_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason [제이슨 제롬] authored Jun 4, 2020
1 parent f3f6ab1 commit afb7eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sound_board/sound_board_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_cur_audio_length():
def download_clip(url, name):
ydl_opts = {
'format': 'bestaudio/best',
'outtmpl': utils.get_permanent_media_dir() + f'sound_board/{name}.wav',
'outtmpl': utils.get_permanent_media_dir() + f'/sound_board/{name}.wav',
'noplaylist': True,
'continue_dl': True,
'postprocessors': [{
Expand Down

0 comments on commit afb7eb4

Please sign in to comment.