aboutsummaryrefslogtreecommitdiff
path: root/plugins/Peertube.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Peertube.hpp')
-rw-r--r--plugins/Peertube.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Peertube.hpp b/plugins/Peertube.hpp
index 833cb5f..88ba1ca 100644
--- a/plugins/Peertube.hpp
+++ b/plugins/Peertube.hpp
@@ -78,6 +78,7 @@ namespace QuickMedia {
std::unique_ptr<Page> create_comments_page(Program *program) override;
std::unique_ptr<RelatedVideosPage> create_related_videos_page(Program *program) override;
std::unique_ptr<Page> create_channels_page(Program *program, const std::string &channel_url) 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(std::string &title, std::string &channel_url, std::vector<MediaChapter> &chapters, std::string &err_str) override;