developer28 commited on
Commit
a7f622b
·
verified ·
1 Parent(s): d7688de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"