diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-07-13 17:16:29 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-07-13 17:16:29 -0700 |
commit | 97545f9b3b74044f62c93baaff9ad32f9073d217 (patch) | |
tree | 1ed7c7591374bb4e042370091e224e8686965418 /settings.py | |
parent | 2ffc727b51255bbaffe1636a023eb9eb7ce1c19b (diff) | |
download | yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.tar.lz yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.tar.xz yt-local-97545f9b3b74044f62c93baaff9ad32f9073d217.zip |
add settings for enabling/disabling comments, comment avatars, & related vids
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 68f25d6..391dd4d 100644 --- a/settings.py +++ b/settings.py @@ -9,6 +9,10 @@ subtitles_mode = 0 # ISO 639 language code: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes subtitles_language = "en" + +enable_related_videos = True +enable_comments = True +enable_comment_avatars = True ''' exec(default_settings) try: |