diff options
author | James Taylor <user234683@users.noreply.github.com> | 2020-09-18 17:32:28 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2020-09-18 17:32:28 -0700 |
commit | 753f6c5389be82f4a17dafb1698e2f65388d35b6 (patch) | |
tree | 08593c8b283a9d10adf2c1c31e0954f5ac6232f1 /youtube/templates/watch.html | |
parent | e9989af03a0d6044106030f164f807cee42c1420 (diff) | |
download | yt-local-753f6c5389be82f4a17dafb1698e2f65388d35b6.tar.lz yt-local-753f6c5389be82f4a17dafb1698e2f65388d35b6.tar.xz yt-local-753f6c5389be82f4a17dafb1698e2f65388d35b6.zip |
Jump video to timestamp in description or comments
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
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).</a> <input class="checkbox" name="video_info_list" value="{{ video_info }}" form="playlist-edit" type="checkbox"> - <span class="description">{{ common_elements.text_runs(description)|urlize }}</span> + <span class="description">{{ common_elements.text_runs(description)|escape|urlize|timestamps|safe }}</span> <div class="music-list"> {% if music_list.__len__() != 0 %} <hr> |