set forced-subs default to True

This commit is contained in:
2026-03-30 22:03:47 +07:00
parent fea97880ab
commit 58db1935ea
3 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View File

@@ -245,4 +245,6 @@ Logs/
Cookies/
Cache/
Temp/
bot_logs/
bot_logs/
test*.py

Submodule Unshackle-Service-SeFree updated: fb12e9444f...e3d6d0ce8b

View File

@@ -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,