developer28 commited on
Commit
3c0b1d2
·
verified ·
1 Parent(s): 3fa2b86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -616,6 +616,8 @@ class YouTubeDownloader:
616
  )
617
  elif "cookies" in error_msg.lower():
618
  return None, f"❌ Error: {str(e)}"
 
 
619
 
620
 
621
  def download_video(self, url, quality="best", audio_only=False, progress=gr.Progress(), cookiefile=None):
 
616
  )
617
  elif "cookies" in error_msg.lower():
618
  return None, f"❌ Error: {str(e)}"
619
+
620
+ return None, f"❌ Unexpected extraction error: {str(e)}"
621
 
622
 
623
  def download_video(self, url, quality="best", audio_only=False, progress=gr.Progress(), cookiefile=None):