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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -296,6 +296,7 @@ def download_audio(youtube_url):
296
  ydl_opts = {
297
  'format': 'bestaudio/best',
298
  'outtmpl': output_file,
 
299
  'postprocessors': [{
300
  'key': 'FFmpegExtractAudio',
301
  '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',