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
1 changed files with 1 additions and 1 deletions

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