[FIG(quote)[
[FIGCAPTION[
[1] [CITE@en[BitTorrent.org]]
([[Arvid Norberg <arvid@bittorrent.com>]] 著, [TIME[2014-09-29 05:34:53 +09:00]] 版)
<http://www.bittorrent.org/beps/bep_0036.html>
]FIGCAPTION]

> torrent
> The torrent tag can be used instead of magnet links or to complement another tag which has a torrent link in it. The torrent tag only provides two attributes, infohash and contentlength, which are supposed to be the hex encoded info-hash of the torrent and the size of the torrent's content respectively.
> Although uTorrent doesn't support any other tags, magneturi and filename typically occur in this tag, containing the magnet link and name of the torrent respectively
> Example:
> <torrent>
>         <infohash>"8c056e06fbc16d2a2be79cefbf3e4ddc15396abe</infohash>
>         <contentlength>600162597</contentlength>
> </torrent>
> For more information, see the xmlns.

]FIG]


[FIG(quote)[
[FIGCAPTION[
[2] [CITE@en[BitTorrent.org]]
([[Arvid Norberg <arvid@bittorrent.com>]] 著, [TIME[2014-09-29 05:34:53 +09:00]] 版)
<http://www.bittorrent.org/beps/bep_0036.html>
]FIGCAPTION]

> <torrent>
>         <filename> WillisEarlBeal-BitTorrent </filename>
>         <contentlength> 28571661 </contentlength>
>         <magneturi> magnet:?xt=urn:btih:e380a6c5ae0fb15f296d29964a56250780b05ad7&dn=WillisEarlBean </magneturi>
>         <trackers>
>                 <group order="ordered">
>                         <tracker seeds="359" peers="3961">
>                                 udp://tracker.openbittorrent.com:80/announce
>                         </tracker>
>                 </group>
>                 <group order="random">
>                         <tracker seeds="365" peers="4451">
>                                 http://tracker.publicbt.com/announce
>                         </tracker>
>                         <tracker seeds="367" peers="4434">
>                                 udp://tracker.publicbt.com:80/announce
>                         </tracker>
>                         <tracker seeds="565" peers="6406">
>                                 udp://tracker.istole.it:80/announce
>                         </tracker>
>                         <tracker seeds="0" peers="0">
>                                 http://tracker.hexagon.cc:2710/announce
>                         </tracker>
>                 </group>
>         </trackers>
> </torrent>

]FIG]


[3] ([TIME[2014-12-11 16:48:39 +09:00]] 版)
<http://xmlns.ezrss.it/0.1/index.xmlns>