Remove origin from caption URL
Use lowercase only for headers
Captions: Error checking
A Python web project that mirrors the Invidious API, passing all calls directly to youtube-dl and reformatting the response to be compatible.
These endpoints are somewhat implemented:
/api/v1/videos/{id}
/api/v1/channels/{ucid}
/api/v1/channels/{ucid}/{part}
/api/v1/channels/{part}/{ucid}
/api/v1/search?q={search}
/api/v1/search/suggestions?q={search}
/api/v1/captions/{id}
/vi/{id}/{file}
/api/manifest/dash/id/{id}
AGPL 3