diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-31 16:36:58 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-31 16:36:58 -0700 |
commit | a9ea97ad395cd37a97762550d5f4f2573b4759c6 (patch) | |
tree | 24dd0b9b1150664eaad73b40d3c6890accdcf853 /settings.py | |
parent | 7cfb66b4b80302a2f03e99f6b6a4990a6dc27ab5 (diff) | |
download | yt-local-a9ea97ad395cd37a97762550d5f4f2573b4759c6.tar.lz yt-local-a9ea97ad395cd37a97762550d5f4f2573b4759c6.tar.xz yt-local-a9ea97ad395cd37a97762550d5f4f2573b4759c6.zip |
default disable googlevideo domain debugging
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 391dd4d..2a16ff0 100644 --- a/settings.py +++ b/settings.py @@ -13,6 +13,13 @@ subtitles_language = "en" enable_related_videos = True enable_comments = True enable_comment_avatars = True + +# 0 to sort by top +# 1 to sort by newest +default_comment_sorting = 0 + +# developer use to debug 403s +gather_googlevideo_domains = False ''' exec(default_settings) try: |