No description
This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Alex Maras 5b6eb31145
Fix manifest and videoplayback proxy for Clipious and others (#63)
* fix: remove replaceAll("&", "&") from dash manifest

* feat: add 206 and content-range response on requests with a content-range header

* fix: skip breaking out dash in request bytes

* fix: range => bytes

* chore: improve checks for responses and move range header to be with related code
2025-03-16 22:47:21 +01:00
.github/workflows add step for deno check 2025-03-08 19:30:28 +01:00
config chore: remove base_url sending (#61) 2025-03-08 23:46:24 +01:00
src Fix manifest and videoplayback proxy for Clipious and others (#63) 2025-03-16 22:47:21 +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
compile.env trying to improve again dynamic import 2024-12-12 23:28:49 +01:00
deno.json support for Content PO Token using BGUtils, and PO token checks using real videos (#56) 2025-03-16 16:06:39 +01:00
deno.lock support for Content PO Token using BGUtils, and PO token checks using real videos (#56) 2025-03-16 16:06:39 +01:00
docker-compose.yaml allow to set specific directory for cache + various envs 2024-11-01 21:00:30 +01:00
Dockerfile dockerfile: replace built-in healthcheck with tiny-health-checker for container healthchecks (#54) 2025-03-02 23:11:02 +01:00
LICENSE change LICENSE + small refactor latest_version and videoplayback proxy 2024-11-17 13:38:44 +01:00
README.md add section about documentation 2024-12-24 11:57:59 +00:00

Invidious companion

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

Requirements

Documentation

Run Locally (development)

SERVER_SECRET_KEY=CHANGEME deno task dev