From 63ceee7552487a6111f9bef460448f0bc3958607 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 11 Jun 2021 07:10:13 +0200 Subject: Fix youtube live streams (but they are slow...), fix youtube title spaces --- plugins/Youtube.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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 video_formats; std::vector audio_formats; -- cgit v1.2.3