Open hereisderek opened 3 years ago
添加 /watch 目录来自动识别 .torrent 文件或者 包含磁力链接/torrent link 的文本文件
我还没有想到 torrent 文件制定下载目标目录的方法 可能就直接默认位置 /downloads
磁力链接的文本则可以:
magnet:?xt=urn:btih:**
magnet:?xt=urn:btih:** /absolute/path
magnet:?xt=urn:btih:** relative/path
MAX_WATCH_LINK_FILE_SIZE
https://github.com/aria2/aria2/issues/506
我研究一下
添加 /watch 目录来自动识别 .torrent 文件或者 包含磁力链接/torrent link 的文本文件
我还没有想到 torrent 文件制定下载目标目录的方法 可能就直接默认位置 /downloads
磁力链接的文本则可以:
magnet:?xt=urn:btih:**
仅仅包含连接的下载到默认位置magnet:?xt=urn:btih:** /absolute/path
下载到指定绝对路径magnet:?xt=urn:btih:** relative/path
下载到相对默认下载路径的位置 (/downloads/relative/path)MAX_WATCH_LINK_FILE_SIZE
跳过处理过大的文件 (0 为无限制)