From d5e661dfd3736d844a35d28f0309f991f4175c07 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Wed, 27 May 2020 11:14:19 -0700 Subject: Indicate that video is live --- youtube/templates/watch.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'youtube/templates') 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 -%}
  • Limited state
  • {%- endif -%} + {%- if live -%} +
  • Live
  • + {%- endif -%}
    Uploaded by {{ uploader }}
    {{ view_count }} views -- cgit v1.2.3