p115client 0.0.5.8__tar.gz → 0.0.5.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/PKG-INFO +1 -1
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/client.py +3 -1
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/pyproject.toml +1 -1
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/LICENSE +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/__init__.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/_upload.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/const.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/exception.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/py.typed +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/__init__.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/download.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/edit.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/export_dir.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/fs_files.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/iterdir.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/life.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/pool.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/request.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/upload.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/tool/xys.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/p115client/type.py +0 -0
- {p115client-0.0.5.8 → p115client-0.0.5.8.1}/readme.md +0 -0
@@ -17996,7 +17996,7 @@ class P115Client(P115OpenClient):
|
|
17996
17996
|
) -> dict | Coroutine[Any, Any, dict]:
|
17997
17997
|
"""获取免登录下载链接
|
17998
17998
|
|
17999
|
-
POST https://proapi.115.com/app/share/
|
17999
|
+
POST https://proapi.115.com/app/share/skip_login_downurl
|
18000
18000
|
|
18001
18001
|
:payload:
|
18002
18002
|
- file_id: int | str
|
@@ -20656,3 +20656,5 @@ for name, method in P115Client.__dict__.items():
|
|
20656
20656
|
CLIENT_API_MAP[match[1]] = "P115Client." + name
|
20657
20657
|
|
20658
20658
|
# TODO: 提供一个可随时终止和暂停的上传功能,并且可以输出进度条和获取进度
|
20659
|
+
# TODO: 更新一下,p115client._upload,做更多的封装,至少让断点续传更易于使用
|
20660
|
+
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|