コード例 #1
0
ファイル: MediaProvider.php プロジェクト: tubepress/tubepress
 /**
  * {@inheritdoc}
  */
 public function collectSingle($id)
 {
     return $this->_httpCollector->collectSingle($id, $this->_feedHandler);
 }
コード例 #2
0
ファイル: MediaProvider.php プロジェクト: tubepress/tubepress
 /**
  * {@inheritdoc}
  */
 public function collectSingle($id)
 {
     $id = str_replace('dailymotion_', '', $id);
     return $this->_httpCollector->collectSingle($id, $this->_feedHandler);
 }