added note in docs about urls being encoded

This commit is contained in:
Arvid Norberg 2009-07-18 23:18:16 +00:00
parent c9a789d86f
commit 0ff0dfd004
1 changed files with 4 additions and 0 deletions

View File

@ -6352,8 +6352,12 @@ The file format is a bencoded dictionary containing the following fields:
| | In the same order as in the torrent file. |
+--------------------------+--------------------------------------------------------------+
| ``url-list`` | list of strings. List of url-seed URLs used by this torrent. |
| | The urls are expected to be properly encoded and not contain |
| | any illegal url characters. |
+--------------------------+--------------------------------------------------------------+
| ``httpseeds`` | list of strings. List of httpseed URLs used by this torrent. |
| | The urls are expected to be properly encoded and not contain |
| | any illegal url characters. |
+--------------------------+--------------------------------------------------------------+
| ``merkle tree`` | string. In case this torrent is a merkle torrent, this is a |
| | string containing the entire merkle tree, all nodes, |