Hi guys.
So, BT Next is a portuguese tracker in which people are obliged to use their own client, BT Legacy. Their torrents are ".next" instead of ".torrent".
Even if I try to rename them and add them to rutorrent, rutorrent detects the name, detects the file size, peers and leechers but it doesn't download. The error shown is:
Code:
Tracker: [Could not parse bencoded data]
So I tried to google "btnext rutorrent" and this came up:
Code:
https://code.google.com/p/rutorrent/source/browse/trunk/rutorrent/js/common.js?r=1593
There's a line with this:
Code:
else
if(str.match(/^-NE/))
ret = "BT Next Evolution "+str.charAt(3)+"."+str.charAt(4)+"."+str.charAt(5)+"."+str.charAt(6);
So it's there, somehow, but what does this do?
Is it possible to use the tracker with rutorrent?
So, BT Next is a portuguese tracker in which people are obliged to use their own client, BT Legacy. Their torrents are ".next" instead of ".torrent".
Even if I try to rename them and add them to rutorrent, rutorrent detects the name, detects the file size, peers and leechers but it doesn't download. The error shown is:
Code:
Tracker: [Could not parse bencoded data]
So I tried to google "btnext rutorrent" and this came up:
Code:
https://code.google.com/p/rutorrent/source/browse/trunk/rutorrent/js/common.js?r=1593
There's a line with this:
Code:
else
if(str.match(/^-NE/))
ret = "BT Next Evolution "+str.charAt(3)+"."+str.charAt(4)+"."+str.charAt(5)+"."+str.charAt(6);
So it's there, somehow, but what does this do?
Is it possible to use the tracker with rutorrent?