diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-01-01 19:13:31 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-01-01 19:13:31 +0100 |
commit | d741e37bad31245073bced329caa40db8ad1f57e (patch) | |
tree | 41a43aff6d5350c3d054d1ec8d70f7f1cdca59c1 /plugins | |
parent | 40693c88eba9d4bb86688b5b59c91308828830c1 (diff) |
Remove youtube likes/dislikes code now that youtube removed dislikes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<YoutubeVideoFormat> video_formats; std::vector<YoutubeAudioFormat> audio_formats; |