mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-25 23:55:32 -07:00
Update MultiTracker.php
This commit is contained in:
parent
2cb2bd9f68
commit
8767e8156f
1 changed files with 5 additions and 1 deletions
|
@ -15,5 +15,9 @@ namespace TorrentPier;
|
|||
*/
|
||||
class MultiTracker
|
||||
{
|
||||
|
||||
public function __construct(array $infoHashes, array $trackers)
|
||||
{
|
||||
$scraper = new Scraper();
|
||||
$info = $scraper->scrape($infoHashes, $trackers);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue