Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,14 @@ def extract_keywords(text: str) -> list[str]:
|
|
| 158 |
return keywords if keywords else ["naturaleza", "paisaje"]
|
| 159 |
except Exception as e:
|
| 160 |
logger.error(f"Error extrayendo keywords: {e}")
|
| 161 |
-
return ["
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
|
| 163 |
def search_pexels_videos(query: str, count: int = 3) -> list[dict]:
|
| 164 |
"""Busca videos en Pexels"""
|
|
|
|
| 158 |
return keywords if keywords else ["naturaleza", "paisaje"]
|
| 159 |
except Exception as e:
|
| 160 |
logger.error(f"Error extrayendo keywords: {e}")
|
| 161 |
+
return ["mystery", "conspiracy", "alien", "UFO", "secret", "cover-up", "illusion", "paranoia",
|
| 162 |
+
"secret society", "lie", "simulation", "matrix", "terror", "darkness", "shadow", "enigma",
|
| 163 |
+
"urban legend", "unknown", "hidden", "mistrust", "experiment", "government", "control",
|
| 164 |
+
"surveillance", "propaganda", "deception", "whistleblower", "anomaly", "extraterrestrial",
|
| 165 |
+
"shadow government", "cabal", "deep state", "new world order", "mind control", "brainwashing",
|
| 166 |
+
"disinformation", "false flag", "assassin", "black ops", "anomaly", "men in black", "abduction",
|
| 167 |
+
"hybrid", "ancient aliens", "hollow earth", "simulation theory", "alternate reality", "predictive programming",
|
| 168 |
+
"symbolism", "occult", "eerie", "haunting", "unexplained", "forbidden knowledge", "redacted", "conspiracy theorist"]
|
| 169 |
|
| 170 |
def search_pexels_videos(query: str, count: int = 3) -> list[dict]:
|
| 171 |
"""Busca videos en Pexels"""
|