set forced-subs default to True
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -246,3 +246,5 @@ Cookies/
|
||||
Cache/
|
||||
Temp/
|
||||
bot_logs/
|
||||
|
||||
test*.py
|
||||
Submodule Unshackle-Service-SeFree updated: fb12e9444f...e3d6d0ce8b
@@ -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