From e8cf95fd56bb6cc16f937d06c3554260fd789a92 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 3 Apr 2024 19:37:55 +0200 Subject: Youtube: fallback to yt-dlp, add support for sponsorblock (as chapters) --- plugins/Youtube.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/Youtube.hpp') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 77aa86c..ac92526 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -203,5 +203,8 @@ namespace QuickMedia { std::string tracking_url; YoutubeVideoDetails video_details; bool goto_next_item; + bool use_youtube_dl_fallback = false; + std::string youtube_dl_video_fallback_url; + std::string youtube_dl_audio_fallback_url; }; } -- cgit v1.2.3