From 382035d32f88749a87e25e1d94b4d7f2d4ef97f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 2 Aug 2021 18:46:50 -0500 Subject: Fix max_resolution in TOR mode some videos have 480p resolution, and if setting only 360p the player would have no video to play --- settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.py') 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', -- cgit v1.2.3