From 8868782ed9d11ff74742b56235bd3a10bd588352 Mon Sep 17 00:00:00 2001 From: Booteille Date: Wed, 7 Oct 2020 15:26:10 +0000 Subject: [PATCH] Use the new official API for Invidious --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index ab040e2..1174f0f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -4,7 +4,7 @@ export default { endpoint: 'api/v1', }, invidiousAPI: { - url: 'https://invidio.us/api/v1', + url: 'https://invidious.snopyta.org/api/v1', videos: 'videos', channels: 'channels' }