From 0dfebc69225a1b148f79629ac1e75642b159ffcd Mon Sep 17 00:00:00 2001 From: Ashley Date: Wed, 12 Apr 2023 20:49:12 +0000 Subject: [PATCH] add config --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 00000000..a93b3af7 --- /dev/null +++ b/config.json @@ -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/" + } \ No newline at end of file