add the ability to reload 'YTDL_OPTIONS' when file is modified

This commit is contained in:
xerdream
2025-07-21 11:20:53 +08:00
parent ca0aac4051
commit afbf8b07d6
7 changed files with 215 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ python-socketio = "~=5.0"
yt-dlp = "*"
mutagen = "*"
curl-cffi = "*"
watchfiles = "*"
[requires]
python_version = "3.13"