diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-10-14 18:07:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-10-14 18:21:32 +0200 |
commit | 664de0fac4f92f38b1b1659fdd693655516eeb16 (patch) | |
tree | 10c4a208704294e1a4bfe8baf201fc2d76c51260 /plugins | |
parent | 9369463c70b2afb74f03b46cedfc424c9cabe6f2 (diff) |
Remove dependency on yt-dlp for youtube
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 67a2f74..0393739 100644 --- a/plugins/Youtube.hpp +++ b/plugins/Youtube.hpp @@ -165,6 +165,7 @@ namespace QuickMedia { 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; |