drop minimum video resolution that will be downloaded in SD to 240p from 360p, resolves #162
This commit is contained in:
		
							parent
							
								
									3c1d64a089
								
							
						
					
					
						commit
						f9858a4d1a
					
				| 
						 | 
					@ -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
 | 
					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'
 | 
					VIDEO_HEIGHT_IS_HD = 500        # Height in pixels to count as 'HD'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue