1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-16 22:34:39 -05:00

add config

This commit is contained in:
Ashley 2023-04-12 20:49:12 +00:00
parent 0e343bde9d
commit 0dfebc6922

9
config.json Normal file
View file

@ -0,0 +1,9 @@
{
"tubeApi": "https://inner-api.poketube.fun/api/",
"invapi": "https://invid-api.poketube.fun/api/v1",
"dislikes": "https://returnyoutubedislikeapi.com/votes?videoId=",
"invchannel": "https://invid-api.poketube.fun/api/v1",
"cacher_max_age": "1800",
"enablealwayshttps": true,
"t_url": "https://t.poketube.fun/"
}