medariox / scrapeer

Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
93 stars 29 forks source link

Possibility of DHT and Pex scrape #22

Open Anan5a opened 4 years ago

Anan5a commented 4 years ago

Is it possible to scrape DHT and Pex? I found my torrent have seed ratio of 30+ but total completed count return by the trackers is 13


$scraper->scrape($btih, $tracker_list);

Edit: I read the closed issues and found I've to implement my own loop. That's fine.

DHT/Pex possibility is still requested

AzukaChan commented 4 years ago

This would be really awesome if possible.