1
0
mirror of https://gitlab.com/Cha_deL/peertubeify synced 2024-12-21 12:30:29 +01:00

Use the new official API for Invidious

This commit is contained in:
Booteille 2020-10-07 15:26:10 +00:00
parent 2bf4c7e682
commit 8868782ed9

View File

@ -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'
}