mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2025-10-23 15:11:08 +00:00
fix: dl.py
old leftover bug, sub-format was default to SRT
This commit is contained in:
@@ -213,7 +213,7 @@ class dl:
|
|||||||
@click.option(
|
@click.option(
|
||||||
"--sub-format",
|
"--sub-format",
|
||||||
type=SubtitleCodecChoice(Subtitle.Codec),
|
type=SubtitleCodecChoice(Subtitle.Codec),
|
||||||
default="srt",
|
default=None,
|
||||||
help="Set Output Subtitle Format, only converting if necessary.",
|
help="Set Output Subtitle Format, only converting if necessary.",
|
||||||
)
|
)
|
||||||
@click.option("-V", "--video-only", is_flag=True, default=False, help="Only download video tracks.")
|
@click.option("-V", "--video-only", is_flag=True, default=False, help="Only download video tracks.")
|
||||||
|
|||||||
Reference in New Issue
Block a user