mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
更新代码
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
class Settings:
|
||||
pass
|
||||
path = Path("./settings.json")
|
||||
default = {
|
||||
"path": "./",
|
||||
"folder": "Download",
|
||||
"user-agent": None,
|
||||
"proxies": None,
|
||||
"timeout": 10,
|
||||
"chunk": 256 * 1024,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user