From 753f6c5389be82f4a17dafb1698e2f65388d35b6 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 18 Sep 2020 17:32:28 -0700 Subject: Jump video to timestamp in description or comments --- youtube/templates/watch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates/watch.html') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 74b9887..5ecf7ae 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -401,7 +401,7 @@ Reload without invidious (for usage of new identity button). - {{ common_elements.text_runs(description)|urlize }} + {{ common_elements.text_runs(description)|escape|urlize|timestamps|safe }}
{% if music_list.__len__() != 0 %}
-- cgit v1.2.3