Update app.py
Browse files
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 |
-
|
287 |
-
print("Error: No results found.")
|
288 |
-
return
|
289 |
|
290 |
-
return
|
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}")
|