mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +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 pkg = require("../../../package.json");
|
||||||
const cnf = require("../../../config.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 verfull = "v24.2801-JeSsIcA-MAJOR-stable-dev-nonLTS-git-MTcwNjQzMTc0OQ==";
|
||||||
const versmol = "v24.2801-JeSsIcA"
|
const versmol = "v24.2801-JeSsIcA"
|
||||||
|
@ -188,6 +189,7 @@ app.get("/avatars/:v", async function (req, res) {
|
||||||
v8: process.versions.v8,
|
v8: process.versions.v8,
|
||||||
},
|
},
|
||||||
invidious,
|
invidious,
|
||||||
|
innertube,
|
||||||
flac: {
|
flac: {
|
||||||
poketube_flac: "1.2a",
|
poketube_flac: "1.2a",
|
||||||
apple_musickit: "1.2.3",
|
apple_musickit: "1.2.3",
|
||||||
|
|
Loading…
Reference in a new issue