ychenNLP commited on
Commit
51a9e4f
1 Parent(s): 5f6bd2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -10,6 +10,8 @@ def asr(url):
10
  ydl_opts = {
11
  'format': 'bestaudio/best',
12
  'outtmpl': 'audio_downloaded.%(ext)s',
 
 
13
  }
14
 
15
 
 
10
  ydl_opts = {
11
  'format': 'bestaudio/best',
12
  'outtmpl': 'audio_downloaded.%(ext)s',
13
+ 'ignoreerrors': True,
14
+ 'no_continue': True,
15
  }
16
 
17