video tag
This commit is contained in:
@@ -83,6 +83,9 @@ class VideoInfoPage extends BasePage
|
||||
'url' => $arrVal[1] ?? $arrVal[0],
|
||||
];
|
||||
}
|
||||
|
||||
$arrVideo['vod_class'] = trim($arrVideo['vod_class']);
|
||||
|
||||
$arrVideo['vod_play_url'][$this->getsite()->getSiteCode()] = $arrPlayUrl;
|
||||
$arrVideo['vod_actor'] = explode(',', $arrVideo['vod_actor']);
|
||||
$arrVideo['vod_director'] = explode(',', $arrVideo['vod_director']);
|
||||
|
||||
Reference in New Issue
Block a user