drop minimum video resolution that will be downloaded in SD to 240p from 360p, resolves #162

This commit is contained in:
meeb 2021-10-15 21:04:53 +11:00
parent 3c1d64a089
commit f9858a4d1a
1 changed files with 1 additions and 1 deletions

View File

@ -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'