Closed Machou closed 5 years ago
This is how it is supposed to work, see: https://github.com/medariox/scrapeer#single-info-hash-and-multiple-trackers-recommended-usage
First tracker in the array will be used, if it fails (invalid tracker, invalid info-hash or invalid info-hash for that tracker) the second tracker will be used and so on.
In fact, I thought that if I scrapped 30 trackers, he would give me the information from the 30 trackers, not the 1st functional one.
So I made a loop that checks each tracker 1 by 1 and returns the results in a array.
That's the correct way to do it. Scrapeer won't provide that functionality, because scraping every tracker for each torrent is something very inefficient to do, that should possibly be avoided.
ok thanks, so it's not a bug; i close :p
Hi
I use this code :
He return only 1 info :
Why doesn't it return the information from all the scrapped trackers?