mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:34:40 -05:00
add new api stuff :3
This commit is contained in:
parent
451d206027
commit
5d947aa62c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PokeTube is a Free/Libre youtube front-end !
|
PokeTube is a Free/Libre youtube front-end !
|
||||||
|
|
||||||
Copyright (C) 2021-2022 POKETUBE
|
Copyright (C) 2021-2023 POKETUBE
|
||||||
|
|
||||||
This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
|
This file is Licensed under LGPL-3.0-or-later. Poketube itself is GPL, Only this file is LGPL.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ const wiki = require("wikipedia");
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
tubeApi: "https://tube-srv.ashley143.gay/api/",
|
tubeApi: "https://tube-srv.ashley143.gay/api/",
|
||||||
invapi: "https://inv.vern.cc/api/v1",
|
invapi: "https://invidious.weblibre.org/api/v1",
|
||||||
dislikes: "https://returnyoutubedislikeapi.com/votes?videoId=",
|
dislikes: "https://returnyoutubedislikeapi.com/votes?videoId=",
|
||||||
t_url: "https://t.poketube.fun/", // def matomo url
|
t_url: "https://t.poketube.fun/", // def matomo url
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue