change default lock dir

This commit is contained in:
Jesse Bannon 2025-09-05 18:04:26 -07:00
parent db0f2d6c75
commit 88e97f8fc9

View file

@ -22,7 +22,7 @@ if IS_WINDOWS:
MAX_FILE_NAME_BYTES = 255
else:
DEFAULT_LOCK_DIRECTORY = "/tmp"
DEFAULT_LOCK_DIRECTORY = ".ytdl-sub-lock"
DEFAULT_FFMPEG_PATH = os.getenv(
"YTDL_SUB_FFMPEG_PATH", _existing_path("/usr/bin/ffmpeg", "/usr/local/bin/ffmpeg")
)