mirror of
https://github.com/Bao-qing/123pan.git
synced 2025-11-13 12:16:07 +08:00
使用随机设备,优化显示,优化大量文件的文件夹处理
This commit is contained in:
parent
6cfd260d87
commit
19d4edd7d4
|
|
@ -999,6 +999,7 @@ if __name__ == "__main__":
|
||||||
continue
|
continue
|
||||||
if pan.list[int(command[9:]) - 1]["Type"] == 1:
|
if pan.list[int(command[9:]) - 1]["Type"] == 1:
|
||||||
print(pan.list[int(command[9:]) - 1]["FileName"])
|
print(pan.list[int(command[9:]) - 1]["FileName"])
|
||||||
|
print("打包下载没有客户端api,仍然使用网页接口,会有流量限制,请尽量使用遍历下载。")
|
||||||
print("输入1遍历下载,输入2打包下载:", end="")
|
print("输入1遍历下载,输入2打包下载:", end="")
|
||||||
sure = input()
|
sure = input()
|
||||||
if sure == "2":
|
if sure == "2":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user