feat: 实现基本的下载功能

This commit is contained in:
amtoaer
2023-11-22 01:11:22 +08:00
parent 8c451a5e8c
commit 6b41229f95
3 changed files with 102 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
from pathlib import Path
DEFAULT_CONFIG_PATH = Path(__file__).parent / "config.json"
FFMPEG_COMMAND = "ffmpeg"