Chrunos commited on
Commit
03f2397
·
verified ·
1 Parent(s): c7a139d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -283,11 +283,9 @@ async def process_url(video_url: str) -> str:
283
  # Step 7: Count the repeat results
284
  result_count = len(repeat_results)
285
 
286
- if result_count < 1:
287
- print("Error: No results found.")
288
- return
289
 
290
- return repeat_results
291
 
292
  except Exception as e:
293
  print(f"An error occurred: {e}")
 
283
  # Step 7: Count the repeat results
284
  result_count = len(repeat_results)
285
 
286
+
 
 
287
 
288
+ return html_text
289
 
290
  except Exception as e:
291
  print(f"An error occurred: {e}")