diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-04-03 19:37:55 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-04-03 19:37:55 +0200 |
commit | e8cf95fd56bb6cc16f937d06c3554260fd789a92 (patch) | |
tree | da92b53f153a4377b6aed960f6a14379035e00d5 /plugins | |
parent | 714ed0e235a600502c489d08d78b3781e18fc327 (diff) |
Youtube: fallback to yt-dlp, add support for sponsorblock (as chapters)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Youtube.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; }; } |