Spaces:
Running
Running
File size: 422 Bytes
30cfb15 f5dac8b | 1 2 3 4 5 6 7 8 | # 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) |