scrapeer icon indicating copy to clipboard operation
scrapeer copied to clipboard

Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.

Results 5 scrapeer issues
Sort by recently updated
recently updated
newest added

Hi @medariox In php 8 shut up operator(@) is no longer valid and sockets now return on success instance. Any chance to give this an update so it doesn't throw...

The statistics of DHT tracker

enhancement

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 ```php $scraper->scrape($btih, $tracker_list);...

enhancement

Is there a way you can list the connected clients to a torrent? It seems like the functionality is basically there already... but I can't see any code for it.

enhancement

I'm getting following error for one of my trackers, that has announce/scrape listener placed in sub-folder like `http://somehost:80/directory/announce` ``` $scraper->get_errors() Array ( [0] => Invalid scrape connection (somehost:80). ) ```...