aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-02 18:46:50 -0500
committerJesús <heckyel@hyperbola.info>2021-08-02 18:46:50 -0500
commit382035d32f88749a87e25e1d94b4d7f2d4ef97f4 (patch)
tree3a75b2475dc4a2f5a51260d074dfd6c87ba7e743 /settings.py
parente37c7eed5830571a87ac8dd75ba1e859cdd6d70e (diff)
downloadyt-local-382035d32f88749a87e25e1d94b4d7f2d4ef97f4.tar.lz
yt-local-382035d32f88749a87e25e1d94b4d7f2d4ef97f4.tar.xz
yt-local-382035d32f88749a87e25e1d94b4d7f2d4ef97f4.zip
Fix max_resolution in TOR mode
some videos have 480p resolution, and if setting only 360p the player would have no video to play
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index f0c297a..751551b 100644
--- a/settings.py
+++ b/settings.py
@@ -143,6 +143,7 @@ For security reasons, enabling this is not recommended.''',
'comment': '',
'options': [
(360, '360p'),
+ (480, '480p'),
(720, '720p'),
],
'category': 'playback',