From 0f4b89ccd9ee800b9622ddc9d46f819c07d55625 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Wed, 25 Jan 2023 01:00:29 +0100 Subject: [PATCH] Correct typo: the channel tab is `LIVE`, not `LIVES` --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 52b0132..a7d38d9 100644 --- a/main.cpp +++ b/main.cpp @@ -465,7 +465,7 @@ void treatChannelOrVideo(unsigned short threadId, bool isChannel, string id, str break; } } - // `LIVES` + // `LIVE` pageToken = ""; string playlistId = "UU" + id.substr(2); vector videoIds;