From 09d2e8bde4c71b75ac9df65586bd8b7ff0a7b16b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 27 Apr 2023 00:07:33 +0200 Subject: Temporary depend on yt-dlp for youtube since youtube broke (throttle sig) --- plugins/Youtube.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/Youtube.hpp b/plugins/Youtube.hpp index 1088df9..3c6732c 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -163,8 +163,8 @@ namespace QuickMedia { int get_related_pages_first_tab() override { return 1; } void set_url(std::string new_url) override; std::string get_url_timestamp() override; + std::string get_download_url(int max_height) override; std::string get_video_url(int max_height, bool &has_embedded_audio, std::string &ext) override; - std::string get_audio_url(std::string &ext) override; PluginResult load(const SubmitArgs &args, VideoInfo &video_info, std::string &err_str) override; void mark_watched() override; void get_subtitles(SubtitleData &subtitle_data) override; -- cgit v1.2.3