Spaces:
Running
Running
Upload main.py with huggingface_hub
Browse files
main.py
CHANGED
|
@@ -14,14 +14,6 @@ from bs4 import BeautifulSoup
|
|
| 14 |
|
| 15 |
app = FastAPI()
|
| 16 |
|
| 17 |
-
# ===== DVR / Timeshift / Scheduled Recording =====
|
| 18 |
-
from dvr import router as dvr_router, resume_schedules
|
| 19 |
-
app.include_router(dvr_router)
|
| 20 |
-
|
| 21 |
-
@app.on_event("startup")
|
| 22 |
-
async def _dvr_startup():
|
| 23 |
-
resume_schedules()
|
| 24 |
-
|
| 25 |
# ===== RATE LIMITING =====app = FastAPI()
|
| 26 |
|
| 27 |
# ===== WORLD CUP 2026 SCRAPER =====
|
|
|
|
| 14 |
|
| 15 |
app = FastAPI()
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
# ===== RATE LIMITING =====app = FastAPI()
|
| 18 |
|
| 19 |
# ===== WORLD CUP 2026 SCRAPER =====
|