diff options
author | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-07 19:03:22 +0200 |
---|---|---|
committer | zrose584 <57181548+zrose584@users.noreply.github.com> | 2020-10-07 20:32:57 +0200 |
commit | debc11931fe1102f17852fd082d0dac50d477ce9 (patch) | |
tree | a0d13036eaf138e3dbfa94942b305fd8534d5361 /youtube/watch.py | |
parent | 9123d9a6cfa2af511b17591541ab2e67aa83475f (diff) | |
download | yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.lz yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.tar.xz yt-local-debc11931fe1102f17852fd082d0dac50d477ce9.zip |
add comments.js
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index 0746cd6..1a9e6c4 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -470,8 +470,6 @@ def get_watch_page(video_id=None): comment_count = info['comment_count'], comments_disabled = info['comments_disabled'], - settings = settings, - video_height = video_height, video_width = video_width, theater_video_target_width = theater_video_target_width, |