Spaces:
Running
Running
Upload _run.py
Browse files
_run.py
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
from app_v2_entry import app # v5-stable inline bongda proxy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from app_v2_entry import app # v5-stable inline bongda proxy
|
| 2 |
+
|
| 3 |
+
# Setup YouTube RSS proxy for shorts auto-update
|
| 4 |
+
try:
|
| 5 |
+
from shorts_rss_proxy import setup_rss_proxy
|
| 6 |
+
setup_rss_proxy(app)
|
| 7 |
+
print("[SHORTS] RSS proxy enabled")
|
| 8 |
+
except Exception as e:
|
| 9 |
+
print(f"[SHORTS] RSS proxy setup failed: {e}")
|