Indicate if video is unlisted

This commit is contained in:
James Taylor
2018-08-14 02:39:05 -07:00
parent 377749d79d
commit 9cb1732904
4 changed files with 29 additions and 11 deletions

View File

@@ -414,5 +414,6 @@ def get_watch_page(query_string):
comments = comments_html,
more_comments_button = more_comments_button,
music_list = music_list_html,
is_unlisted = '<span class="is-unlisted">Unlisted</span>' if info['unlisted'] else '',
)
return page