Beispiel #1
0
 /**
  * @param Torrent $torrent
  * @param string  $saveToPath
  */
 public function saveTorrentFile(Torrent $torrent, string $saveToPath)
 {
     $this->call('GET', $torrent->getDownloadUrl(), ['save_to' => $saveToPath]);
 }