diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:43:58 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 12:43:58 -0700 |
commit | fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb (patch) | |
tree | 477e462c4492c0fc24ac969d1787bf3f1e8fd96f /settings.py | |
parent | bc8db064d24e58a6475349d3c7b7d8d911b61a3f (diff) | |
download | yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.tar.lz yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.tar.xz yt-local-fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb.zip |
Layout: Add theater mode
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 4aedd19..9253d7c 100644 --- a/settings.py +++ b/settings.py @@ -66,6 +66,12 @@ For security reasons, enabling this is not recommended.''', 1 to sort by newest''', }), + ('theater_mode', { + 'type': bool, + 'default': True, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, |