diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-06-11 07:10:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-06-11 07:10:13 +0200 |
commit | 63ceee7552487a6111f9bef460448f0bc3958607 (patch) | |
tree | 366df41649e87afdf67f33c4dd0f3f26f6ad45b8 /plugins | |
parent | 8ad3f9ab8cc7029eb5db937e229d2a37b51a3462 (diff) |
Fix youtube live streams (but they are slow...), fix youtube title spaces
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 9a0353e..7a6ea00 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -148,6 +148,7 @@ namespace QuickMedia { private: std::string xsrf_token; std::string comments_continuation_token; + std::string hls_manifest_url; std::vector<YoutubeVideoFormat> video_formats; std::vector<YoutubeAudioFormat> audio_formats; |