From 58db1935ea0a617100f617619b0d8a3fbcb18787 Mon Sep 17 00:00:00 2001 From: panitan103 Date: Mon, 30 Mar 2026 22:03:47 +0700 Subject: [PATCH] set forced-subs default to True --- .gitignore | 4 +++- Unshackle-Service-SeFree | 2 +- unshackle/commands/dl.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cbf1999..60d5a32 100644 --- a/.gitignore +++ b/.gitignore @@ -245,4 +245,6 @@ Logs/ Cookies/ Cache/ Temp/ -bot_logs/ \ No newline at end of file +bot_logs/ + +test*.py \ No newline at end of file diff --git a/Unshackle-Service-SeFree b/Unshackle-Service-SeFree index fb12e94..e3d6d0c 160000 --- a/Unshackle-Service-SeFree +++ b/Unshackle-Service-SeFree @@ -1 +1 @@ -Subproject commit fb12e9444f1971b03ece52172a60af72e4713830 +Subproject commit e3d6d0ce8b18240300f9658bc6b376f96d55a955 diff --git a/unshackle/commands/dl.py b/unshackle/commands/dl.py index f75be30..43a5dbb 100644 --- a/unshackle/commands/dl.py +++ b/unshackle/commands/dl.py @@ -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,