From d741e37bad31245073bced329caa40db8ad1f57e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 1 Jan 2022 19:13:31 +0100 Subject: Remove youtube likes/dislikes code now that youtube removed dislikes --- plugins/Youtube.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 2a3b36e..53fb3b7 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -27,7 +27,6 @@ namespace QuickMedia { struct YoutubeVideoDetails { std::string title; std::string author; - std::string rating; std::string views; std::string description; }; @@ -174,7 +173,6 @@ namespace QuickMedia { private: std::string timestamp; std::string comments_continuation_token; - int64_t num_likes = -1; std::string livestream_url; std::vector video_formats; std::vector audio_formats; -- cgit v1.2.3