diff options
author | annuges <annuges@web> | 2016-02-09 13:49:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-02-09 13:49:43 +0000 |
commit | c11be022a39090746deeaebe30339a124c734593 (patch) | |
tree | 6d23a82e684fa022e011182bfcb1cae2e8e5313b /doc | |
parent | a8d32776d3018c3cc282533b2db41e65ca7aedd8 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Adding_torrent_via_addurl_fails/comment_2_e317aee1ff6e60aafcd106751af660c8._comment | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/Adding_torrent_via_addurl_fails/comment_2_e317aee1ff6e60aafcd106751af660c8._comment b/doc/bugs/Adding_torrent_via_addurl_fails/comment_2_e317aee1ff6e60aafcd106751af660c8._comment new file mode 100644 index 000000000..6b4a52478 --- /dev/null +++ b/doc/bugs/Adding_torrent_via_addurl_fails/comment_2_e317aee1ff6e60aafcd106751af660c8._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="annuges" + subject="comment 2" + date="2016-02-09T13:49:42Z" + content=""" +sorry looks like i hadd a litle mixup, the full magnet link that i used when checking btshowmetainfo was + + magnet:?xt=urn:btih:88066b90278f2de655ee2dd44e784c340b54e45c&dn=archlinux-2016.02.01-dual.iso&tr=udp://tracker.archlinux.org:6969&tr=http://tracker.archlinux.org:6969/announce + +Using this one with aria2c --bt-save-metadata results in a torrent file with the announce-list entry only. +Modifying the link to only contain one tracker url still results in an announce-list with a single entry. + +There also is a separate torrent file on the arch website that has the announce field set correctly. + + https://www.archlinux.org/releng/releases/2016.02.01/torrent/ + +They hide the actuall .torrent file though so addurl doesn't trigger the torrent parsing with led me to try the magnet link to begin with. + +Anyway, looks like aria2c is at fault because it doesn't generate standard compliant .torrent files from magnet links. + + + + +"""]] |