Hev832 commited on
Commit
b0a5788
1 Parent(s): 36119e5

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -3,7 +3,7 @@ import yt_dlp
3
  import os
4
 
5
  def downloader(video_url, audio_format, audio_name):
6
- save_path = os.path.join(audio_name)
7
  ydl_opts = {
8
  'format': 'bestaudio/best',
9
  'postprocessors': [{
 
3
  import os
4
 
5
  def downloader(video_url, audio_format, audio_name):
6
+ save_path = os.path.join(audio_name.audio_format)
7
  ydl_opts = {
8
  'format': 'bestaudio/best',
9
  'postprocessors': [{