From f9858a4d1ae8f155cf5a2c2f7a39342905252521 Mon Sep 17 00:00:00 2001 From: meeb Date: Fri, 15 Oct 2021 21:04:53 +1100 Subject: [PATCH] drop minimum video resolution that will be downloaded in SD to 240p from 360p, resolves #162 --- tubesync/tubesync/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index 5e5a13e..1566ac4 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -149,7 +149,7 @@ MEDIA_THUMBNAIL_WIDTH = 430 # Width in pixels to resize thumbnai MEDIA_THUMBNAIL_HEIGHT = 240 # Height in pixels to resize thumbnails to -VIDEO_HEIGHT_CUTOFF = 360 # Smallest resolution in pixels permitted to download +VIDEO_HEIGHT_CUTOFF = 240 # Smallest resolution in pixels permitted to download VIDEO_HEIGHT_IS_HD = 500 # Height in pixels to count as 'HD'