acecalisto3 commited on
Commit
4489b3a
·
verified ·
1 Parent(s): 341bb3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ class URLProcessor:
89
  logger.error(f"Content fetch failed: {e}")
90
  return None
91
 
92
- def _handle_google_drive(self, url: str) -> Optional[Dict]:
93
  """Process Google Drive file links"""
94
  try:
95
  file_id = re.search(r'/file/d/([a-zA-Z0-9_-]+)', url)
 
89
  logger.error(f"Content fetch failed: {e}")
90
  return None
91
 
92
+ def _handle_google_drive(self, url: str) -> Optional[Dict]:
93
  """Process Google Drive file links"""
94
  try:
95
  file_id = re.search(r'/file/d/([a-zA-Z0-9_-]+)', url)