VNEWS / main_patch.py
bep40's picture
Upload main_patch.py with huggingface_hub
69d4900 verified
Raw
History Blame
423 Bytes
# 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)