mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-05 23:49:53 +08:00
feat: 实现基本的下载功能
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
DEFAULT_CONFIG_PATH = Path(__file__).parent / "config.json"
|
||||
|
||||
FFMPEG_COMMAND = "ffmpeg"
|
||||
Reference in New Issue
Block a user