From 9fc347e0932c71f9d9840fe9f5941225c8a8b6ee Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 25 Jul 2020 19:40:37 -0700 Subject: Add video transcript to downloads Generated from the video captions --- youtube/templates/watch.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'youtube/templates') diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 04f963d..4041144 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -381,6 +381,16 @@ Reload without invidious (for usage of new identity button). {% endfor %} + {% for download in other_downloads %} +
  • + +
      +
    1. {{ download['ext'] }}
    2. +
    3. {{ download['label'] }}
    4. +
    +
    +
  • + {% endfor %} -- cgit v1.2.3