alexhua / Aria2-Explorer

An aria2 download task management extension for chromium based browser
https://www.aria2e.com/
BSD 3-Clause "New" or "Revised" License
820 stars 67 forks source link

How to Use "Download Location" and "URL Pattern" efficiently #76

Closed alexhua closed 3 years ago

alexhua commented 3 years ago

rpc

image

Download location is used to tell the RPC server the save address of download resources. The address format is the absolute path of the system where the RPC server is located

  1. As shown in the figure above, multiple RPC entries can be set for the same RPC URL. Each entry is set with a different download location to facilitate selecting different save address when export download via contex menu.

  2. The download location will be not verified for validity. If an incorrect or invalid address is filled in, the downloaded file will be saved at where aria2 binary is.

URL pattern can automatically select RPC server by setting regular expression and matching resource download URL, so as to realize default RPC server switching or automatic archiving of download resources.

  1. For the simplest usage, you could just fill " * " in the URL pattern column to set which RPC server is the default one.

  2. As shown in the above figure, the extension will automatically download the MKV MP4 torrent file to "E:\Videos".

    • 关于 Download Location

      Download Location 用来告诉 RPC Server 下载资源的保存地址,地址格式为 RPC Server 所在系统的绝对路径

  3. 如上图,同一个 RPC 地址可以设置多个 RPC 条目,每个条目设置不同的 Download Location 来方便右键导出时,选择不同的保存地址。

  4. Download Location 没有做合法性校验,如果填入了错误或无效的地址,下载文件将会保存到Aria2所在目录。

补充说明:#107