Update to default vquality to HD in amazon.py

This commit is contained in:
chu23465 2025-03-20 02:46:37 +05:30 committed by GitHub
parent 0e1b8a1f54
commit a8f2f9bf62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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