From 9cb1732904699c832eba998d3eb219b4e279930b Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 14 Aug 2018 02:39:05 -0700 Subject: Indicate if video is unlisted --- youtube/watch.py | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/watch.py') diff --git a/youtube/watch.py b/youtube/watch.py index ea9ef4c..d98cd3f 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -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 = 'Unlisted' if info['unlisted'] else '', ) return page \ No newline at end of file -- cgit v1.2.3