From 3f0473c5aa472ac99d20a46bd7217ee9b6429f62 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 25 Nov 2021 19:52:11 +0100 Subject: Youtube: show like/dislike count for videos in the youtube description --- plugins/Youtube.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Youtube.hpp') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 2cfe36e..a0c2e16 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -174,6 +174,7 @@ namespace QuickMedia { private: std::string timestamp; std::string comments_continuation_token; + int64_t likes = -1; std::string livestream_url; std::vector video_formats; std::vector audio_formats; -- cgit v1.2.3