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,