diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/watch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index 38d08f7..eab56f7 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -27,7 +27,7 @@ except FileNotFoundError: def get_video_sources(info, tor_bypass=False): video_sources = [] if (not settings.theater_mode) or (settings.route_tor == 2) or tor_bypass: - max_resolution = 360 + max_resolution = 480 else: max_resolution = settings.default_resolution for fmt in info['formats']: |