mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
bwa
This commit is contained in:
parent
dac8758fb8
commit
e5ec4e6679
@ -297,7 +297,7 @@ module.exports = function (app, config, renderTemplate) {
|
|||||||
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
var { tj, shorts, stream, c, boutJson } = cache[ID].result;
|
||||||
}
|
}
|
||||||
|
|
||||||
const subscribers = convert(cinv.subCount);
|
const subscribers = convert(cinv?.subCount);
|
||||||
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
|
const about = boutJson?.Channel?.Contents?.ItemSection?.About;
|
||||||
const description = about?.Description.toString().replace(
|
const description = about?.Description.toString().replace(
|
||||||
/\n/g,
|
/\n/g,
|
||||||
|
Loading…
Reference in New Issue
Block a user