aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2020-05-27 11:14:19 -0700
committerJames Taylor <user234683@users.noreply.github.com>2020-05-27 11:14:19 -0700
commitd5e661dfd3736d844a35d28f0309f991f4175c07 (patch)
treed7b0da39af077274300d189a2a30e0fbbb51a247 /youtube/templates
parentb2f482f1fbeb9587102fdd3a97ea674235e6bbcd (diff)
downloadyt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.tar.lz
yt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.tar.xz
yt-local-d5e661dfd3736d844a35d28f0309f991f4175c07.zip
Indicate that video is live
Diffstat (limited to 'youtube/templates')
-rw-r--r--youtube/templates/watch.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index f47c337..2fac91e 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -318,6 +318,9 @@
{%- if limited_state -%}
<li>Limited state</li>
{%- endif -%}
+ {%- if live -%}
+ <li>Live</li>
+ {%- endif -%}
</ul>
<address>Uploaded by <a href="{{ uploader_channel_url }}">{{ uploader }}</a></address>
<span class="views">{{ view_count }} views</span>