Merge branch 'unshackle-dl:main' into main

This commit is contained in:
TPD94
2025-09-30 02:18:58 -04:00
committed by GitHub

View File

@@ -213,7 +213,7 @@ class dl:
@click.option(
"--sub-format",
type=SubtitleCodecChoice(Subtitle.Codec),
default="srt",
default=None,
help="Set Output Subtitle Format, only converting if necessary.",
)
@click.option("-V", "--video-only", is_flag=True, default=False, help="Only download video tracks.")