mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
added innertube stuff
This commit is contained in:
parent
1caf381588
commit
9963fd361c
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ function getJson(str) {
|
|||
|
||||
const pkg = require("../../../package.json");
|
||||
const cnf = require("../../../config.json");
|
||||
const innertube = require("../libpoketube-youtubei-objects.json");
|
||||
|
||||
const verfull = "v24.2801-JeSsIcA-MAJOR-stable-dev-nonLTS-git-MTcwNjQzMTc0OQ==";
|
||||
const versmol = "v24.2801-JeSsIcA"
|
||||
|
@ -188,6 +189,7 @@ app.get("/avatars/:v", async function (req, res) {
|
|||
v8: process.versions.v8,
|
||||
},
|
||||
invidious,
|
||||
innertube,
|
||||
flac: {
|
||||
poketube_flac: "1.2a",
|
||||
apple_musickit: "1.2.3",
|
||||
|
|
Loading…
Reference in a new issue