NeoPy commited on
Commit
214d05b
·
verified ·
1 Parent(s): edf5bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ def download_audio(youtube_url):
296
  ydl_opts = {
297
  'format': 'bestaudio/best',
298
  'outtmpl': output_file,
299
- 'cookies': './ytdlp.txt'
300
  'postprocessors': [{
301
  'key': 'FFmpegExtractAudio',
302
  'preferredcodec': 'mp3',
 
296
  ydl_opts = {
297
  'format': 'bestaudio/best',
298
  'outtmpl': output_file,
299
+ 'cookies': './ytdlp.txt',
300
  'postprocessors': [{
301
  'key': 'FFmpegExtractAudio',
302
  'preferredcodec': 'mp3',