Companion for Invidious which handle all the video stream retrieval from YouTube servers.
- Installation guide: https://docs.invidious.io/installation/
- Extra documentation for Invidious companion: https://github.com/iv-org/invidious-companion/wiki
SERVER_SECRET_KEY=CHANGEME deno task dev
deno task dev: Launch Invidious companion in debug modedeno task compile: Compile the project to a single file.deno task test: Test all the tests for Invidious companiondeno task format: Format all the .ts files in the project.