No description
Find a file
2024-12-12 21:45:57 +01:00
.github/workflows add videoplayback proxy route + fix potoken generation 2024-11-05 00:48:18 +01:00
config rename hmac_key to secret_key 2024-11-18 14:11:39 +01:00
src fixing await dynamic import 2024-12-12 21:36:38 +01:00
.dockerignore add dockerfile 2024-10-21 00:36:42 +02:00
.gitignore add yt oauth2 + move fetch method to helper function 2024-11-01 18:48:11 +01:00
deno.json update to youtube.js v12.0.0-deno 2024-12-12 21:45:57 +01:00
deno.lock handle new changes from youtube.js v12 2024-12-09 22:16:42 +01:00
docker-compose.yaml allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
Dockerfile switch to deno 2 2024-12-09 21:58:34 +01:00
LICENSE change LICENSE + small refactor latest_version and videoplayback proxy 2024-11-17 13:38:44 +01:00
README.md rename hmac_key to secret_key 2024-11-18 14:11:39 +01:00

Invidious companion

Companion for Invidious which handle all the video stream retrieval from YouTube servers.

Requirements

Run Locally

SERVER_SECRET_KEY=CHANGEME deno task dev