aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-08-24 13:35:11 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-08-24 13:35:11 -0700
commitd9fbf82bb23b848726eace7354444f16e17a36f8 (patch)
tree5920fe132a0ec73a80b8df769ae98058d98988ed /settings.py
parentfa2fa7fe16eabd0f62b6fe5bd3953b60715bbabb (diff)
downloadyt-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.py6
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,