更新文件: getwebdavlist.exe, webdav_simulator.arm64, getalist.exe, getwebdavlist.py, webdav_simulator.amd64 等13个文件
This commit is contained in:
BIN
get115list.exe
BIN
get115list.exe
Binary file not shown.
@ -41,6 +41,7 @@ def walk_dir(fs,f,replaceroot):
|
||||
if replaceroot!="":
|
||||
if len(paths)>=3:
|
||||
path=os.path.join("/",replaceroot,*paths[2:])
|
||||
path=path.replace("\\/","|")
|
||||
|
||||
print(f"{path}\t{file_obj.size}")
|
||||
f.write(f"{path}\t{file_obj.size}\n")
|
||||
|
BIN
getalist.exe
BIN
getalist.exe
Binary file not shown.
@ -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")
|
||||
|
Binary file not shown.
@ -71,6 +71,7 @@ def walk(client, current_path="/", output_file=None, replaceroot=None, lastpath=
|
||||
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")
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
whoosh_index/MAIN_shyj0kvlj36j2h2k.seg
Normal file
BIN
whoosh_index/MAIN_shyj0kvlj36j2h2k.seg
Normal file
Binary file not shown.
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
{
|
||||
"xy115-all.txt.xz": {
|
||||
"md5": "429f946f0eeff67cb4a2a16d0754a2a9",
|
||||
"size": 4220136,
|
||||
"time": 1748224046.0
|
||||
"md5": "7574d5ded3868a5cb740cdf080be2173",
|
||||
"size": 4220248,
|
||||
"time": 1748258481.0
|
||||
},
|
||||
"xy-dy.txt.xz": {
|
||||
"md5": "7f1d4b2403fccffe58fb183e5c66af78",
|
||||
|
BIN
xy115-all.txt.xz
BIN
xy115-all.txt.xz
Binary file not shown.
Reference in New Issue
Block a user