scrapeer
scrapeer copied to clipboard
Essential PHP library that scrapes HTTP(S) and UDP trackers for torrent information.
PHP 8
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...
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);...
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.
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). ) ```...