set forced-subs default to True
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -245,4 +245,6 @@ Logs/
|
|||||||
Cookies/
|
Cookies/
|
||||||
Cache/
|
Cache/
|
||||||
Temp/
|
Temp/
|
||||||
bot_logs/
|
bot_logs/
|
||||||
|
|
||||||
|
test*.py
|
||||||
Submodule Unshackle-Service-SeFree updated: fb12e9444f...e3d6d0ce8b
@@ -392,7 +392,7 @@ class dl:
|
|||||||
default=[],
|
default=[],
|
||||||
help="Required subtitle languages. Downloads all subtitles only if these languages exist. Cannot be used with --s-lang.",
|
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(
|
@click.option(
|
||||||
"--exact-lang",
|
"--exact-lang",
|
||||||
is_flag=True,
|
is_flag=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user