Spaces:
Paused
Paused
| # PATCH: Add these 2 lines to main.py right after "app = FastAPI()" | |
| # Line 1: from vtv_api import router as vtv_router | |
| # Line 2: app.include_router(vtv_router) | |
| # | |
| # This enables the VTV1-VTV10 + VTVPrime stream endpoints: | |
| # GET /api/vtv/streams - Get all channel streams | |
| # GET /api/vtv/stream/{id} - Get specific channel stream | |
| # GET /api/proxy/page?url=... - Proxy web pages (for xemtv PHP scraping) | |