diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 16:45:01 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 16:45:01 -0700 |
commit | cb5f36581d74c22b6a0705dedf6acf40b6e052db (patch) | |
tree | 6366c8e83834f26109553806ba2ab09b3f867be9 /youtube/watch.py | |
parent | 943e1cd7512799c217451b33118b72b66b95b1be (diff) | |
download | yt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.tar.lz yt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.tar.xz yt-local-cb5f36581d74c22b6a0705dedf6acf40b6e052db.zip |
Layout: add option to hide comments/related vids by default but click to show using <details>
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index ea33d0f..0515dea 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -217,6 +217,9 @@ def get_watch_page(): comments_info = comments_info, theater_mode = settings.theater_mode, + related_videos_mode = settings.related_videos_mode, + comments_mode = settings.comments_mode, + video_height = video_height, title = info['title'], |