コード例 #1
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://www.cbs.com/shows/{$playableId}";
     }
 }
コード例 #2
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://www.megavideo.com/?v=" . substr($playableId, 0, 8);
     }
 }
コード例 #3
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://www.4shared.com/video/{$playableId}/.htm";
     }
 }
コード例 #4
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://rapidshare.com/files/{$playableId}";
     }
 }
コード例 #5
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://www.cwtv.com/cw-video/{$playableId}";
     }
 }
コード例 #6
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://megaporn.com/video/?v={$playableId}";
     }
 }
コード例 #7
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return "http://www.videoweed.es/file/{$playableId}";
     }
 }
コード例 #8
0
 function getHosterUrl($playableId)
 {
     try {
         return parent::getHosterUrl($playableId);
     } catch (Exception $e) {
         return sprintf($this->URL, $playableId);
     }
 }