From d7f736bde209e9a77844060cfd9b27122f7ca53f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 15 Sep 2021 18:52:40 +0200 Subject: Reset timestamp when going to next youtube video, copy download url on ctrl-c for youtube --- src/plugins/Youtube.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Youtube.cpp') diff --git a/src/plugins/Youtube.cpp b/src/plugins/Youtube.cpp index 0316c6f..993b197 100644 --- a/src/plugins/Youtube.cpp +++ b/src/plugins/Youtube.cpp @@ -2040,6 +2040,7 @@ namespace QuickMedia { } void YoutubeVideoPage::set_url(std::string new_url) { + timestamp.clear(); new_url = invidious_url_to_youtube_url(new_url); youtube_url_remove_timestamp(new_url, timestamp); VideoPage::set_url(std::move(new_url)); -- cgit v1.2.3