mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 12:15:18 +03:00
adjust download mode choice
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ def no_config_callback(
|
||||
)
|
||||
@click.option(
|
||||
"--download-mode",
|
||||
type=click.Choice(["nm3u8dlre", "ytdlp"]),
|
||||
type=click.Choice(["ytdlp", "nm3u8dlre"]),
|
||||
default="ytdlp",
|
||||
help="Download mode.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user