Update app.py
Browse files
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 |
|