From cbc07a65543c07e191ca5cb007d65c9da09677d5 Mon Sep 17 00:00:00 2001 From: g1879 Date: Thu, 28 May 2020 17:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 3 ++- README.zh-cn.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 1ed5c03..e520dae 100644 --- a/README.en.md +++ b/README.en.md @@ -721,7 +721,7 @@ Parameter Description: ### download -​ download(file_url: str, goal_path: str = None, rename: str = None, **kwargs) -> tuple +​ download(file_url: str, goal_path: str = None, rename: str = None, show_msg: bool = False, **kwargs) -> tuple ​ Download a file, return success and download information string. Changing the method will automatically avoid renaming the existing file in the target path. @@ -730,6 +730,7 @@ Parameter Description: - file_url - File URL - goal_path - Storage path, the default is the temporary folder specified in the ini file - rename - Rename the file name, not renamed by default +- show_msg - Show download massage or not. - kwargs - Connection parameters for requests diff --git a/README.zh-cn.md b/README.zh-cn.md index 53d6eb2..e8d29b1 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -723,7 +723,7 @@ MixPage封装了页面操作的常用功能,可在driver和session模式间无 ### download -​ download(file_url: str, goal_path: str = None, rename: str = None, **kwargs) -> tuple +​ download(file_url: str, goal_path: str = None, rename: str = None, show_msg: bool = False, **kwargs) -> tuple ​ 下载一个文件,返回是否成功和下载信息字符串。改方法会自动避免和目标路径现有文件重名。 @@ -732,6 +732,7 @@ MixPage封装了页面操作的常用功能,可在driver和session模式间无 - file_url - 文件URL - goal_path - 存放路径,默认为ini文件中指定的临时文件夹 - rename - 重命名文件名,默认不重命名 +- show_msg - 是否显示下载信息 - kwargs - 用于requests的连接参数