更新文件: getwebdavlist.exe, webdav_simulator.arm64, getalist.exe, getwebdavlist.py, webdav_simulator.amd64 等13个文件

This commit is contained in:
ZJP Monitor
2025-05-26 20:51:33 +08:00
parent ca7e7c5a8a
commit 2561070040
13 changed files with 6 additions and 3 deletions

View File

@ -110,6 +110,7 @@ def walk(headers:dict, api_url:str, current_path="/", output_file=None, replacer
full_path=os.path.join("/",*full_path.split("/")[2:])
else:
full_path=os.path.join("/",replaceroot,*full_path.split("/")[2:])
full_path=full_path.replace("\\/","|")
print(f"{full_path}\t{size}")
if output_file != None:
output_file.write(f"{full_path}\t{size}\n")