Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|