Spaces:
Running
Running
File size: 423 Bytes
4b6e868 | 1 2 3 4 5 6 7 8 9 | # 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)
|