parent
c4550be812
commit
41d02554f3
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class YGGTorrentBridge extends BridgeAbstract {
|
|||
$item = array();
|
||||
$item['timestamp'] = $row->find('.hidden', 1)->plaintext;
|
||||
$item['title'] = $row->find('a', 1)->plaintext;
|
||||
$item['uri'] = $row->find('a', 1)->href;
|
||||
$torrentData = $this->collectTorrentData($row->find('a', 1)->href);
|
||||
$item['author'] = $torrentData['author'];
|
||||
$item['content'] = $torrentData['content'];
|
||||
|
|
Loading…
Reference in a new issue