set forced-subs default to True
This commit is contained in:
@@ -392,7 +392,7 @@ class dl:
|
||||
default=[],
|
||||
help="Required subtitle languages. Downloads all subtitles only if these languages exist. Cannot be used with --s-lang.",
|
||||
)
|
||||
@click.option("-fs", "--forced-subs", is_flag=True, default=False, help="Include forced subtitle tracks.")
|
||||
@click.option("-fs", "--forced-subs", is_flag=True, default=True, help="Include forced subtitle tracks.")
|
||||
@click.option(
|
||||
"--exact-lang",
|
||||
is_flag=True,
|
||||
|
||||
Reference in New Issue
Block a user