Update to default vquality to HD in amazon.py
This commit is contained in:
		
							parent
							
								
									0e1b8a1f54
								
							
						
					
					
						commit
						a8f2f9bf62
					
				@ -75,7 +75,7 @@ class Amazon(BaseService):
 | 
				
			|||||||
	@click.option("-c", "--cdn", default=None, type=str,
 | 
						@click.option("-c", "--cdn", default=None, type=str,
 | 
				
			||||||
				  help="CDN to download from, defaults to the CDN with the highest weight set by Amazon.")
 | 
									  help="CDN to download from, defaults to the CDN with the highest weight set by Amazon.")
 | 
				
			||||||
	# UHD, HD, SD. UHD only returns HEVC, ever, even for <=HD only content
 | 
						# UHD, HD, SD. UHD only returns HEVC, ever, even for <=HD only content
 | 
				
			||||||
	@click.option("-vq", "--vquality", default="UHD",
 | 
						@click.option("-vq", "--vquality", default="HD",
 | 
				
			||||||
				  type=click.Choice(["SD", "HD", "UHD"], case_sensitive=False),
 | 
									  type=click.Choice(["SD", "HD", "UHD"], case_sensitive=False),
 | 
				
			||||||
				  help="Manifest quality to request.")
 | 
									  help="Manifest quality to request.")
 | 
				
			||||||
	@click.option("-s", "--single", is_flag=True, default=False,
 | 
						@click.option("-s", "--single", is_flag=True, default=False,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user