diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-14 02:39:05 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-14 02:39:05 -0700 |
commit | 9cb1732904699c832eba998d3eb219b4e279930b (patch) | |
tree | ad1133e289fed8b8a3a40bd19680ef338312d077 /yt_watch_template.html | |
parent | 377749d79dcd22304537065409775441915b9296 (diff) | |
download | yt-local-9cb1732904699c832eba998d3eb219b4e279930b.tar.lz yt-local-9cb1732904699c832eba998d3eb219b4e279930b.tar.xz yt-local-9cb1732904699c832eba998d3eb219b4e279930b.zip |
Indicate if video is unlisted
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 44e5892..e34066f 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -105,6 +105,7 @@ $video_sources </video> <h2 class="title">$video_title</h2> +$is_unlisted <address>Uploaded by <a href="$uploader_channel_url">$uploader</a></address> <span class="views">$views views</span> |