Files
163-music-dl/config.json
T
2026-07-22 16:43:50 +08:00

22 lines
576 B
JSON

{
"api": {
"music": "https://api.chksz.top/api/163_music",
"lyric": "https://api.chksz.top/api/163_lyric",
"search": "https://api.chksz.top/api/163_search",
"playlist": "https://api.chksz.top/api/163_playlist",
"neteaseBaseUrl": "https://music.163.com"
},
"paths": {
"downloadDir": "/AstrBot/Music",
"historyFile": "download_history.json",
"runtimeConfigFile": "downloader_config.json",
"trashDir": ".trash",
"tempZipDir": ".tmp_zip"
},
"defaults": {
"quality": "jymaster",
"retries": 3,
"historyLimit": 500
}
}