add settings for enabling/disabling comments, comment avatars, & related vids

This commit is contained in:
James Taylor
2018-07-13 17:16:29 -07:00
parent 2ffc727b51
commit 97545f9b3b
4 changed files with 26 additions and 5 deletions

View File

@@ -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: