mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
feat(cli): add 480 as a possible quality
This commit is contained in:
@@ -76,7 +76,7 @@ signal.signal(signal.SIGINT, handle_exit)
|
||||
@click.option(
|
||||
"-q",
|
||||
"--quality",
|
||||
type=click.Choice(["360", "720", "1080", "unknown"]),
|
||||
type=click.Choice(["360", "480", "720", "1080", "unknown"]),
|
||||
help="set the quality of the stream",
|
||||
)
|
||||
@click.option(
|
||||
|
||||
Reference in New Issue
Block a user