From 0ff0dfd004e8b8d996aeb80f8e31939e9a22b827 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 18 Jul 2009 23:18:16 +0000 Subject: [PATCH] added note in docs about urls being encoded --- docs/manual.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual.rst b/docs/manual.rst index cfb121143..4a5d4f994 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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, |