From b1fe5ddb2fd44eb99d5c2ebe1a5508b440485f9f Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 27 Sep 2025 21:10:41 +0200 Subject: [PATCH] fix stuff + add stuff --- html/watch.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/watch.ejs b/html/watch.ejs index f60f6bd2..c7bb78ee 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -46,7 +46,7 @@ <% - const desc = `Watch this ${turntomins(VideoData?.lengthSeconds) || "LIVE"} long video from ${VideoData?.author} On Poke! + const desc = `Watch this ${turntomins(VideoData?.lengthSeconds) || "LIVE"} long video from ${VideoData?.author.replace("- Topic", "")} On Poke! 👍 ${convert(engagement?.likes)} | 👎 ${convert(engagement?.dislikes)} | 📈 ${convert(engagement?.viewCount)} Views 🗓️ ${date.replace("Premiered", " ")} 💬 ${!isNaN(inv.commentCount) ? inv.commentCount.toLocaleString() : 0}`; const image = `https://i.ytimg.com/vi/${VideoData.videoId}/maxresdefault.jpg`;