diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 13:35:11 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-08-24 13:35:11 -0700 |
commit | d9fbf82bb23b848726eace7354444f16e17a36f8 (patch) | |
tree | 5920fe132a0ec73a80b8df769ae98058d98988ed /settings.py | |
parent | fa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb (diff) | |
download | yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.tar.lz yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.tar.xz yt-local-d9fbf82bb23b848726eace7354444f16e17a36f8.zip |
Layout: Add option to use 720p resolution
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 9253d7c..944576d 100644 --- a/settings.py +++ b/settings.py @@ -72,6 +72,12 @@ For security reasons, enabling this is not recommended.''', 'comment': '', }), + ('default_resolution', { + 'type': int, + 'default': 720, + 'comment': '', + }), + ('gather_googlevideo_domains', { 'type': bool, 'default': False, |