bep40 commited on
Commit
906bc4f
·
verified ·
1 Parent(s): b37dc7b

Upload _run.py

Browse files
Files changed (1) hide show
  1. _run.py +8 -0
_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}")