]> git.rkrishnan.org Git - functorrent.git/commit
support for announce-list.
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 26 Mar 2015 10:48:07 +0000 (16:18 +0530)
committerRamakrishnan Muthukrishnan <rama.krishnan@concur.com>
Mon, 30 Mar 2015 05:05:09 +0000 (10:35 +0530)
commit16debefeb14f3b38e2d18f9ba5bd8722e485d7ec
treef696e93958f7028d01a9deb062546c509220d8e3
parent3d076eb8b041e4e556a12a85ba5cf2d1b82ccee6
support for announce-list.

Some torrent files use announce-lists but then store list of lists,
each inner list containing just one string instead of list of strings.
(eg: data/ubuntu-14.10-desktop-amd64.iso.torrent stores it this way)
src/FuncTorrent/Metainfo.hs
src/Main.hs