Add video transcript to downloads

Generated from the video captions
This commit is contained in:
James Taylor
2020-07-25 19:40:37 -07:00
parent 44d7f9da99
commit 9fc347e093
2 changed files with 90 additions and 1 deletions

View File

@@ -381,6 +381,16 @@ Reload without invidious (for usage of new identity button).</a>
</a>
</li>
{% endfor %}
{% for download in other_downloads %}
<li class="download-format">
<a href="{{ download['url'] }}">
<ol class="format-attributes">
<li class="format-ext">{{ download['ext'] }}</li>
<li class="format-label">{{ download['label'] }}</li>
</ol>
</a>
</li>
{% endfor %}
</ul>
</details>
<input class="checkbox" name="video_info_list" value="{{ video_info }}" form="playlist-edit" type="checkbox">