VNEWS / main_patch.py
bep40's picture
Restore to commit 12cb6db - Fix: Update MULTILINGUAL_VOICES mapping for Vietnamese TTS support
23aa7a2 verified
Raw
History Blame Contribute Delete
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)