Manasa1 commited on
Commit
aab229f
·
verified ·
1 Parent(s): 7c46046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def download_youtube_video(youtube_url):
61
  'format': 'bestvideo+bestaudio/best', # Download best video and audio
62
  'outtmpl': temp_video_path, # Output file path
63
  'merge_output_format': 'mp4', # Merge into MP4 format
64
- 'cookies': 'cookies.txt', # Path to the cookies file
65
  'quiet': True, # Suppress yt-dlp output
66
  }
67
 
 
61
  'format': 'bestvideo+bestaudio/best', # Download best video and audio
62
  'outtmpl': temp_video_path, # Output file path
63
  'merge_output_format': 'mp4', # Merge into MP4 format
64
+ 'cookies': 'testing/cookies.txt', # Path to the cookies file
65
  'quiet': True, # Suppress yt-dlp output
66
  }
67