aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2021-08-17 17:58:17 -0700
committerJesús <heckyel@hyperbola.info>2021-08-29 18:44:26 -0500
commitd56df02e7b1eba86baf511289208295b1f6c5a50 (patch)
tree2083e8db6f479676a969fe13bda3a6c9cfcbc114 /settings.py
parent0c106bb1110f8c1f75b77bdd65a5ecdff4135680 (diff)
downloadyt-local-d56df02e7b1eba86baf511289208295b1f6c5a50.tar.lz
yt-local-d56df02e7b1eba86baf511289208295b1f6c5a50.tar.xz
yt-local-d56df02e7b1eba86baf511289208295b1f6c5a50.zip
Add support for more qualities, merging video+audio using MSE
Signed-off-by: Jesús <heckyel@hyperbola.info>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index a7dd398..9c64c3a 100644
--- a/settings.py
+++ b/settings.py
@@ -156,9 +156,14 @@ For security reasons, enabling this is not recommended.''',
'default': 720,
'comment': '',
'options': [
+ (144, '144p'),
+ (240, '240p'),
(360, '360p'),
(480, '480p'),
(720, '720p'),
+ (1080, '1080p'),
+ (1440, '1440p'),
+ (2160, '2160p'),
],
'category': 'playback',
}),