コード例 #1
0
ファイル: TorrentInotify.php プロジェクト: lyrixx/series
 public function download(ShowInterface $show)
 {
     return copy($show->getTorrent(), $this->downloadDir . $show->__toString() . '.torrent');
 }