diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-11-25 19:52:11 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-25 19:52:11 +0100 |
commit | 3f0473c5aa472ac99d20a46bd7217ee9b6429f62 (patch) | |
tree | 81c1ea0a5eaa91a3c07d4afc79f508a5fd4c6523 /plugins | |
parent | 17774b25efea1cd6ca9b3ecec4e3ea2f1e9fce28 (diff) |
Youtube: show like/dislike count for videos in the youtube description
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<YoutubeVideoFormat> video_formats; std::vector<YoutubeAudioFormat> audio_formats; |