Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ class YouTubeDownloader:
|
|
18 |
)
|
19 |
return youtube_regex.match(url) is not None
|
20 |
|
21 |
-
def get_video_info(self, url, progress=gr.Progress(),cookiefile=None)
|
22 |
"""Get detailed video information without downloading"""
|
23 |
if not url or not url.strip():
|
24 |
return None, "❌ Please enter a YouTube URL"
|
|
|
18 |
)
|
19 |
return youtube_regex.match(url) is not None
|
20 |
|
21 |
+
def get_video_info(self, url, progress=gr.Progress(),cookiefile=None):
|
22 |
"""Get detailed video information without downloading"""
|
23 |
if not url or not url.strip():
|
24 |
return None, "❌ Please enter a YouTube URL"
|